点击或拖拽改变大小

DLT698BuildWriteSingleObject 方法

构建单个写得对象的数据操作

命名空间:  HslCommunication.Instrument.DLT
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法
public static OperateResult<byte[]> BuildWriteSingleObject(
	string address,
	string station,
	byte[] data,
	bool useSecurity
)

参数

address
类型:SystemString
数据地址信息
station
类型:SystemString
站号信息
data
类型:SystemByte
数据信息
useSecurity
类型:SystemBoolean
是否使用安全的通信机制

返回值

类型:OperateResultByte
最终报文
参见