MQTT C Client Libraries Internals
 All Data Structures Files Functions Variables Typedefs Macros Pages
Data Fields
Connack Struct Reference

Data for a connack packet. More...

#include <MQTTPacket.h>

Collaboration diagram for Connack:
Collaboration graph
[legend]

Data Fields

Header header
 MQTT header byte.
 
union {
   unsigned char   all
 all connack flags
 
   struct {
      bool   sessionPresent: 1
 was a session found on the server?
 
      unsigned int   reserved: 7
 message type nibble
 
   }   bits
 
flags
 connack flags byte
 
char rc
 connack return code
 

Detailed Description

Data for a connack packet.


The documentation for this struct was generated from the following file: