NetComplexServerSendAllClients 方法 (NetHandle, Byte) |
服务端用于发送所有数据到所有的客户端
命名空间:
HslCommunication.Enthernet
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public void SendAllClients(
NetHandle customer,
byte[] data
)
Public Sub SendAllClients (
customer As NetHandle,
data As Byte()
)
public:
void SendAllClients(
NetHandle customer,
array<unsigned char>^ data
)
member SendAllClients :
customer : NetHandle *
data : byte[] -> unit
参数
- customer
- 类型:HslCommunicationNetHandle
用户自定义的命令头 - data
- 类型:SystemByte
需要群发客户端的字节数据
参见