点击或拖拽改变大小

OmronFinsNetBuildReadCommand 方法

根据类型地址长度确认需要读取的指令头
Confirm the instruction header to be read according to the type address length

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

参数

address
类型:SystemString
起始地址
length
类型:SystemUInt16
长度
isBit
类型:SystemBoolean
是否是位读取

返回值

类型:OperateResultListByte
带有成功标志的报文数据
参见