点击或拖拽改变大小

FujiSPHNet.BuildReadCommand 方法 (Byte, String, UInt16)

构建读取数据的命令报文

命名空间:  HslCommunication.Profinet.Fuji
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.3.1.0 (12.3.1.0)
语法
public static OperateResult<List<byte[]>> BuildReadCommand(
	byte connectionId,
	string address,
	ushort length
)

参数

connectionId
类型:System.Byte
连接ID
address
类型:System.String
读取的PLC的地址
length
类型:System.UInt16
读取的长度信息,按照字为单位

返回值

类型:OperateResult<List<Byte[]>>
构建成功的读取报文命令
参见