NetSimplifyServerSendMessage 方法 (AppSession, Int32, String) |
向指定的通信对象发送字符串数组
命名空间:
HslCommunication.Enthernet
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.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,
array<String^>^ str
)
member SendMessage :
session : AppSession *
customer : int *
str : string[] -> unit
参数
- session
- 类型:HslCommunication.Core.NetAppSession
通信对象 - customer
- 类型:SystemInt32
用户的指令头 - str
- 类型:SystemString
实际发送的字符串数组
参见