点击或拖拽改变大小

NetSimplifyClient.ReadCustomerFromServer 方法 (NetHandle,String[])

客户端向服务器进行请求,请求字符串数据,并返回状态信息

命名空间:  HslCommunication.Enthernet
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.3.1.0 (12.3.1.0)
语法
public OperateResult<NetHandle, string[]> ReadCustomerFromServer(
	NetHandle customer,
	string[] send
)

参数

customer
类型:HslCommunication.NetHandle
用户的指令头
send
类型:System.String[]
发送数据

返回值

类型:OperateResult<NetHandle,String[]>
带返回消息的结果对象
参见