点击或拖拽改变大小

NetworkUdpBaseReadFromCoreServerAsync 方法 (Byte)

核心的数据交互读取,发数据发送到通道上去,然后从通道上接收返回的数据
The core data is read interactively, the data is sent to the serial port, and the returned data is received from the serial port

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

参数

value
类型:SystemByte

[缺少 "M:HslCommunication.Core.Net.NetworkUdpBase.ReadFromCoreServerAsync(System.Byte[])" 的 <param name="value"/> 文档]

返回值

类型:TaskOperateResultByte
是否成功的结果对象
参见