MqttClientOnClientConnectedDelegate 委托 |
连接服务器成功的委托
Connection server successfully delegated
命名空间:
HslCommunication.MQTT
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public delegate void OnClientConnectedDelegate(
MqttClient client
)
Public Delegate Sub OnClientConnectedDelegate (
client As MqttClient
)
public delegate void OnClientConnectedDelegate(
MqttClient^ client
)
type OnClientConnectedDelegate =
delegate of
client : MqttClient -> unit
参数
- client
- 类型:HslCommunication.MQTTMqttClient
参见