点击或拖拽改变大小

InovanceEasyNetBuildReadCommand 方法

构建读取的报文,返回一个列表,包含了所有需要发送的报文内容
Build the message for reading, return a list that contains all the message content that needs to be sent

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

参数

address
类型:SystemString

[缺少 "M:HslCommunication.Profinet.Inovance.InovanceEasyNet.BuildReadCommand(System.String,System.UInt16,System.Boolean)" 的 <param name="address"/> 文档]

length
类型:SystemUInt16

[缺少 "M:HslCommunication.Profinet.Inovance.InovanceEasyNet.BuildReadCommand(System.String,System.UInt16,System.Boolean)" 的 <param name="length"/> 文档]

isBit
类型:SystemBoolean

[缺少 "M:HslCommunication.Profinet.Inovance.InovanceEasyNet.BuildReadCommand(System.String,System.UInt16,System.Boolean)" 的 <param name="isBit"/> 文档]

返回值

类型:OperateResultListByte

[缺少 "M:HslCommunication.Profinet.Inovance.InovanceEasyNet.BuildReadCommand(System.String,System.UInt16,System.Boolean)" 的 <returns> 文档]

参见