MqttServerOnClientApplicationMessageReceive 事件 |
命名空间:
HslCommunication.MQTT
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public event MqttServerOnClientApplicationMessageReceiveDelegate OnClientApplicationMessageReceive
Public Event OnClientApplicationMessageReceive As MqttServerOnClientApplicationMessageReceiveDelegate
public:
event MqttServerOnClientApplicationMessageReceiveDelegate^ OnClientApplicationMessageReceive {
void add (MqttServerOnClientApplicationMessageReceiveDelegate^ value);
void remove (MqttServerOnClientApplicationMessageReceiveDelegate^ value);
}
member OnClientApplicationMessageReceive : IEvent<MqttServerOnClientApplicationMessageReceiveDelegate,
EventArgs>
值
类型:
HslCommunication.MQTTMqttServerOnClientApplicationMessageReceiveDelegate参见