| NetSimplifyServerSendMessage 方法 (AppSession, Int32, String) | 
 
            向指定的通信对象发送字符串数据
            
 
        命名空间: 
     HslCommunication.Enthernet
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
 语法
语法public void SendMessage(
	AppSession session,
	int customer,
	string str
)
Public Sub SendMessage ( 
	session As AppSession,
	customer As Integer,
	str As String
)
public:
void SendMessage(
	AppSession^ session, 
	int customer, 
	String^ str
)
member SendMessage : 
        session : AppSession * 
        customer : int * 
        str : string -> unit 
参数
- session
- 类型:HslCommunication.Core.NetAppSession
 通信对象
- customer
- 类型:SystemInt32
 用户的指令头
- str
- 类型:SystemString
 实际发送的字符串数据
 参见
参见