Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: TYBLE16_simple_data_logger TYBLE16_MP3_Air
mqtt_connect_client_info_t Struct Reference
[MQTT client]
Client information and connection parameters. More...
#include <mqtt.h>
Data Fields | |
const char * | client_id |
Client identifier, must be set by caller. | |
const char * | client_user |
User name, set to NULL if not used. | |
const char * | client_pass |
Password, set to NULL if not used. | |
u16_t | keep_alive |
keep alive time in seconds, 0 to disable keep alive functionality | |
const char * | will_topic |
will topic, set to NULL if will is not to be used, will_msg, will_qos and will retain are then ignored | |
const char * | will_msg |
will_msg, see will_topic | |
u8_t | will_qos |
will_qos, see will_topic | |
u8_t | will_retain |
will_retain, see will_topic | |
struct altcp_tls_config * | tls_config |
TLS configuration for secure connections. |
Detailed Description
Client information and connection parameters.
Definition at line 68 of file mqtt.h.
Field Documentation
const char* client_id |
const char* client_pass |
const char* client_user |
u16_t keep_alive |
struct altcp_tls_config* tls_config |
u8_t will_retain |
const char* will_topic |
Generated on Tue Jul 12 2022 13:55:34 by
