NetSimplifyClientReadCustomerFromServerAsync 方法 (NetHandle, Byte) |
客户端向服务器进行请求,请求字符串数据,并返回状态信息
命名空间:
HslCommunication.Enthernet
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public Task<OperateResult<NetHandle, byte[]>> ReadCustomerFromServerAsync(
NetHandle customer,
byte[] send
)
Public Function ReadCustomerFromServerAsync (
customer As NetHandle,
send As Byte()
) As Task(Of OperateResult(Of NetHandle, Byte()))
public:
Task<OperateResult<NetHandle, array<unsigned char>^>^>^ ReadCustomerFromServerAsync(
NetHandle customer,
array<unsigned char>^ send
)
member ReadCustomerFromServerAsync :
customer : NetHandle *
send : byte[] -> Task<OperateResult<NetHandle, byte[]>>
参数
- customer
- 类型:HslCommunicationNetHandle
用户的指令头 - send
- 类型:SystemByte
发送数据
返回值
类型:
TaskOperateResultNetHandle,
Byte带返回消息的结果对象
参见