Instance Methods | |
(id) | - init |
Properties | |
unsigned short | mid |
NSString * | topic |
NSString * | payload |
unsigned short | payloadlen |
unsigned short | qos |
BOOL | retained |
- (id) init |
Initilizes new MQTTMessage
|
readwriteatomicassign |
Message Id
|
readwriteatomicretain |
String that represents the payload of the message
|
readwriteatomicassign |
Length of the payload
|
readwriteatomicassign |
Quality of service that the message was sent with
|
readwriteatomicassign |
Flag for whether or not the message will be retained
|
readwriteatomicretain |
String that represents the topic that the message was received on.