Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
mqtt_connack_param Struct Reference

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.
 

Detailed Description

Parameters for a connection acknowledgment (CONNACK).

Field Documentation

◆ return_code

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.

◆ session_present_flag

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.


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