My Project
 All Classes Functions Properties
Instance Methods | Properties | List of all members
MQTTMessage Class Reference
Inheritance diagram for MQTTMessage:

Instance Methods

(id) - init
 

Properties

unsigned short mid
 
NSString * topic
 
NSString * payload
 
unsigned short payloadlen
 
unsigned short qos
 
BOOL retained
 

Method Documentation

- (id) init

Initilizes new MQTTMessage

Returns
a newly initialized MQTTMessage object

Property Documentation

- (unsigned short) mid
readwriteatomicassign

Message Id

- (NSString *) payload
readwriteatomicretain

String that represents the payload of the message

- (unsigned short) payloadlen
readwriteatomicassign

Length of the payload

- (unsigned short) qos
readwriteatomicassign

Quality of service that the message was sent with

- (BOOL) retained
readwriteatomicassign

Flag for whether or not the message will be retained

- (NSString *) topic
readwriteatomicretain

String that represents the topic that the message was received on.


The documentation for this class was generated from the following files: