| DLT698OverTcp 构造函数 (String) | 
 
            通过指定设备站号来初始化一个通信对象信息
            
 
        命名空间: 
     HslCommunication.Instrument.DLT
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
 语法
语法public DLT698OverTcp(
	string station
)
Public Sub New ( 
	station As String
)
public:
DLT698OverTcp(
	String^ station
)
new : 
        station : string -> DLT698OverTcp参数
- station
- 类型:SystemString
 设备的地址信息,通常是一个12字符的BCD码
 参见
参见