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