You are viewing documentation for version:
MQTT Client broker information structure.
Public Attributes#
bool
Whether to use MQTT or MQTTS.
uint16_t
Keep alive timeout of MQTT connection.
Public Attribute Documentation#
sl_ip_address_t sl_mqtt_broker_t::ip
IP address of broker.
port#
uint16_t sl_mqtt_broker_t::port
Port number of broker.
is_connection_encrypted#
bool sl_mqtt_broker_t::is_connection_encrypted
Whether to use MQTT or MQTTS.
connect_timeout#
uint16_t sl_mqtt_broker_t::connect_timeout
MQTT Connection timeout.
keep_alive_interval#
uint16_t sl_mqtt_broker_t::keep_alive_interval
Keep alive timeout of MQTT connection.
keep_alive_retries#
uint16_t sl_mqtt_broker_t::keep_alive_retries
MQTT ping retries.