点击或拖拽改变大小

SiemensS7NetReadAsync 方法 (S7AddressData)

读取西门子的地址数据信息,支持任意个数的数据读取
Read Siemens address data information, support any number of data reading

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

参数

s7Addresses
类型:HslCommunication.Core.AddressS7AddressData
西门子的数据地址
Siemens data address

返回值

类型:TaskOperateResultByte
返回的结果对象信息 -> Whether to read the successful result object
参见