点击或拖拽改变大小

McHelperReadExtendAsync 方法

[商业授权] 读取扩展的数据信息,需要在原有的地址,长度信息之外,输入扩展值信息
[Authorization] To read the extended data information, you need to enter the extended value information in addition to the original address and length information

命名空间:  HslCommunication.Profinet.Melsec.Helper
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法
public static Task<OperateResult<byte[]>> ReadExtendAsync(
	IReadWriteMc mc,
	ushort extend,
	string address,
	ushort length
)

参数

mc
类型:HslCommunication.Profinet.Melsec.HelperIReadWriteMc
MC通信对象
extend
类型:SystemUInt16
扩展信息
address
类型:SystemString
地址
length
类型:SystemUInt16
数据长度

返回值

类型:TaskOperateResultByte
返回结果
参见