NetComplexClientSend 方法 (NetHandle, String) |
服务器端用于数据发送文本的方法
命名空间:
HslCommunication.Enthernet
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public void Send(
NetHandle customer,
string str
)
Public Sub Send (
customer As NetHandle,
str As String
)
public:
void Send(
NetHandle customer,
String^ str
)
member Send :
customer : NetHandle *
str : string -> unit
参数
- customer
- 类型:HslCommunicationNetHandle
用户自定义的命令头 - str
- 类型:SystemString
发送的文本
参见