点击或拖拽改变大小

CJT188HelperReadAddress 方法

读取设备的通信地址,仅支持点对点通讯的情况,返回地址域数据,例如:14910000729012
Read the communication address of the device, only support point-to-point communication, and return the address field data, for example: 149100007290

命名空间:  HslCommunication.Instrument.CJT.Helper
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法
public static OperateResult<string> ReadAddress(
	ICjt188 cjt
)

参数

cjt
类型:HslCommunication.Instrument.CJT.HelperICjt188
CJT188的通信对象

返回值

类型:OperateResultString
设备的通信地址
参见