点击或拖拽改变大小

NetComplexServerSendAllClients 方法 (NetHandle, String)

服务端用于发送所有数据到所有的客户端

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

参数

customer
类型:HslCommunicationNetHandle
用户自定义的命令头
str
类型:SystemString
需要传送的实际的数据
参见