点击或拖拽改变大小

NetUdpClientReadFromServer 方法 (NetHandle, String)

客户端向服务器进行请求,请求字符串数据,忽略了自定义消息反馈
The client makes a request to the server, requesting string data, and ignoring custom message feedback

命名空间:  HslCommunication.Enthernet
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法
public OperateResult<string> ReadFromServer(
	NetHandle customer,
	string send = null
)

参数

customer
类型:HslCommunicationNetHandle
用户的指令头
send (Optional)
类型:SystemString
发送数据

返回值

类型:OperateResultString
带返回消息的结果对象
参见