点击或拖拽改变大小

AllenBradleyNet.BuildWriteCommand 方法 (String, UInt16,Byte[], Int32)

Create a written message instruction

命名空间:  HslCommunication.Profinet.AllenBradley
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.3.1.0 (12.3.1.0)
语法
protected virtual OperateResult<List<byte[]>> BuildWriteCommand(
	string address,
	ushort typeCode,
	byte[] data,
	int length = 1
)

参数

address
类型:System.String
The address of the tag name
typeCode
类型:System.UInt16
Data type
data
类型:System.Byte[]
Source Data
length (Optional)
类型:System.Int32
In the case of arrays, the length of the array

返回值

类型:OperateResult<List<Byte[]>>
Message information that contains the result object
参见