| 
    Zephyr Project API
    3.3.0
    
   A Scalable Open Source RTOS 
   | 
 
Parameters for a connection acknowledgment (CONNACK). More...
#include <mqtt.h>
Data Fields | |
| uint8_t | session_present_flag | 
| enum mqtt_conn_return_code | return_code | 
Parameters for a connection acknowledgment (CONNACK).
| enum mqtt_conn_return_code mqtt_connack_param::return_code | 
The appropriate non-zero Connect return code indicates if the Server is unable to process a connection request for some reason.
| uint8_t mqtt_connack_param::session_present_flag | 
The Session Present flag enables a Client to establish whether the Client and Server have a consistent view about whether there is already stored Session state.