点击或拖拽改变大小

DLT645WriteAddress 方法

写入设备的地址域信息,仅支持点对点通讯的情况,需要指定地址域信息,例如:149100007290
Write the address domain information of the device, only support point-to-point communication, you need to specify the address domain information, for example: 149100007290

命名空间:  HslCommunication.Instrument.DLT
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public OperateResult WriteAddress(
	string address
)

参数

address
类型:SystemString
等待写入的地址域

返回值

类型:OperateResult
是否写入成功

实现

IDlt645WriteAddress(String)
参见