MQTT Client credentials structure.

Public Attributes#

uint16_t

Length of the username.

uint16_t

Length of the password.

uint8_t

A flexible array to store both username and password.

Public Attribute Documentation#

username_length#

uint16_t sl_mqtt_client_credentials_t::username_length

Length of the username.


password_length#

uint16_t sl_mqtt_client_credentials_t::password_length

Length of the password.


data#

uint8_t sl_mqtt_client_credentials_t::data[]

A flexible array to store both username and password.