点击或拖拽改变大小

ToyoPucReadRandomAsync 方法

随机读取字地址的数据,可以一次性读取多个地址的数据,返回原始字节类型,需要自己做一些二次分析操作
Random read word address data, you can read multiple address data at one time, return the original byte type, you need to do some secondary analysis operations

命名空间:  HslCommunication.Profinet.Toyota
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.2.0.0 (12.2.0.0)
语法
public Task<OperateResult<byte[]>> ReadRandomAsync(
	string[] address
)

参数

address
类型:SystemString
地址数组信息

返回值

类型:TaskOperateResultByte
读取成功的结果对象,原始字节数据信息
参见