Zephyr API 3.6.99
|
Parameters for a connection acknowledgment (CONNACK). More...
#include <mqtt.h>
Data Fields | |
uint8_t | 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. | |
enum mqtt_conn_return_code | return_code |
The appropriate non-zero Connect return code indicates if the Server is unable to process a connection request for some reason. | |
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.