NetSimplifyClientReadFromServer 方法 (NetHandle, String) | 
 
            客户端向服务器进行请求,请求字符串数据,忽略了自定义消息反馈
            
 
        命名空间: 
     HslCommunication.Enthernet
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
语法public OperateResult<string> ReadFromServer(
	NetHandle customer,
	string send
)
Public Function ReadFromServer ( 
	customer As NetHandle,
	send As String
) As OperateResult(Of String)
public:
OperateResult<String^>^ ReadFromServer(
	NetHandle customer, 
	String^ send
)
member ReadFromServer : 
        customer : NetHandle * 
        send : string -> OperateResult<string> 
参数
- customer
 - 类型:HslCommunicationNetHandle
用户的指令头 - send
 - 类型:SystemString
发送数据 
返回值
类型:
OperateResultString带返回消息的结果对象
参见