MQTT Client broker information structure.

Public Attributes#

sl_ip_address_t

IP address of broker.

uint16_t

Port number of broker.

bool

Whether to use MQTT or MQTTS.

uint16_t

MQTT Connection timeout.

uint16_t

Keep alive timeout of MQTT connection.

Public Attribute Documentation#

ip#

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.