点击或拖拽改变大小

IReadWriteDeviceReadFromCoreServerAsync 方法 (IEnumerableByte)

命名空间:  HslCommunication.Core
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法
Task<OperateResult<byte[]>> ReadFromCoreServerAsync(
	IEnumerable<byte[]> send
)

参数

send
类型:System.Collections.GenericIEnumerableByte
发送的报文列表信息

返回值

类型:TaskOperateResultByte
是否接收成功
参见