ReactOS 0.4.16-dev-258-g81860b4
mqtt_connect_client_info_t Struct Reference

#include <mqtt.h>

Public Attributes

const charclient_id
 
const charclient_user
 
const charclient_pass
 
u16_t keep_alive
 
const charwill_topic
 
const charwill_msg
 
u8_t will_qos
 
u8_t will_retain
 

Detailed Description

Client information and connection parameters

Definition at line 68 of file mqtt.h.

Member Data Documentation

◆ client_id

const char* mqtt_connect_client_info_t::client_id

Client identifier, must be set by caller

Definition at line 70 of file mqtt.h.

◆ client_pass

const char* mqtt_connect_client_info_t::client_pass

Password, set to NULL if not used

Definition at line 74 of file mqtt.h.

◆ client_user

const char* mqtt_connect_client_info_t::client_user

User name, set to NULL if not used

Definition at line 72 of file mqtt.h.

◆ keep_alive

u16_t mqtt_connect_client_info_t::keep_alive

keep alive time in seconds, 0 to disable keep alive functionality

Definition at line 76 of file mqtt.h.

◆ will_msg

const char* mqtt_connect_client_info_t::will_msg

will_msg, see will_topic

Definition at line 81 of file mqtt.h.

◆ will_qos

u8_t mqtt_connect_client_info_t::will_qos

will_qos, see will_topic

Definition at line 83 of file mqtt.h.

◆ will_retain

u8_t mqtt_connect_client_info_t::will_retain

will_retain, see will_topic

Definition at line 85 of file mqtt.h.

◆ will_topic

const char* mqtt_connect_client_info_t::will_topic

will topic, set to NULL if will is not to be used, will_msg, will_qos and will retain are then ignored

Definition at line 79 of file mqtt.h.


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