Protocol for receiving MQTT events. More...
#import <Network/Network.h>
Protocol for receiving MQTT events.
Classes conforming to this protocol receive callbacks for MQTT events: one invocation per message received. The delegate should return YES if the message should be processed.
Definition at line 24 of file MQTTDelegate+Protocol.h.