unRegisterForMessage abstract method
Unregisters the specified callbacks so it not longer receives messages of the specified type. The message type the callback currently receives
Implementation
void unRegisterForMessage(MqttMessageType msgType);
Unregisters the specified callbacks so it not longer receives messages of the specified type. The message type the callback currently receives
void unRegisterForMessage(MqttMessageType msgType);