点击或拖拽改变大小

GeHelperBuildWriteCommand 方法 (Int64, String, Byte)

构建一个批量写入 byte 数组变量的报文,需要指定消息号,写入的地址,地址参照 GeSRTPNet 说明。
To construct a message to be written into byte array variables in batches, you need to specify the message number and write address. For the address, refer to the description of GeSRTPNet.

命名空间:  HslCommunication.Profinet.GE
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法
public static OperateResult<byte[]> BuildWriteCommand(
	long id,
	string address,
	byte[] value
)

参数

id
类型:SystemInt64
消息的序号
address
类型:SystemString
地址信息
value
类型:SystemByte
byte数组的原始数据

返回值

类型:OperateResultByte
包含结果信息的报文内容
参见