点击或拖拽改变大小

SiemensS7NetBuildReadCommand 方法

A general method for generating a command header to read a Word data

命名空间:  HslCommunication.Profinet.Siemens
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法
public static OperateResult<byte[]> BuildReadCommand(
	S7AddressData[] s7Addresses,
	int msgId
)

参数

s7Addresses
类型:HslCommunication.Core.AddressS7AddressData
siemens address
msgId
类型:SystemInt32
message id informaion

返回值

类型:OperateResultByte
Message containing the result object
参见