NetUdpClientReadCustomerFromServer 方法 (NetHandle, Byte) |
客户端向服务器进行请求,请求字节数据,并返回状态信息
The client makes a request to the server, requests byte data, and returns status information
命名空间:
HslCommunication.Enthernet
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public OperateResult<NetHandle, byte[]> ReadCustomerFromServer(
NetHandle customer,
byte[] send
)
Public Function ReadCustomerFromServer (
customer As NetHandle,
send As Byte()
) As OperateResult(Of NetHandle, Byte())
public:
OperateResult<NetHandle, array<unsigned char>^>^ ReadCustomerFromServer(
NetHandle customer,
array<unsigned char>^ send
)
member ReadCustomerFromServer :
customer : NetHandle *
send : byte[] -> OperateResult<NetHandle, byte[]>
参数
- customer
- 类型:HslCommunicationNetHandle
用户的指令头 - send
- 类型:SystemByte
发送数据
返回值
类型:
OperateResultNetHandle,
Byte带返回消息的结果对象
参见