点击或拖拽改变大小

NetSimplifyServerSendMessage 方法 (AppSession, Int32, String)

向指定的通信对象发送字符串数据

命名空间:  HslCommunication.Enthernet
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法
public void SendMessage(
	AppSession session,
	int customer,
	string str
)

参数

session
类型:HslCommunication.Core.NetAppSession
通信对象
customer
类型:SystemInt32
用户的指令头
str
类型:SystemString
实际发送的字符串数据
参见