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:
 All Data Structures Files Functions Variables Typedefs Defines

Generated on 26 Oct 2017 for MQTT C Client Libraries Internals by  doxygen 1.6.1