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.


Definition at line 95 of file components/service/mqtt/inc/sl_mqtt_client_types.h

password_length#

uint16_t sl_mqtt_client_credentials_t::password_length

Length of the password.


Definition at line 96 of file components/service/mqtt/inc/sl_mqtt_client_types.h

data#

uint8_t sl_mqtt_client_credentials_t::data[]

A flexible array to store both username and password.


Definition at line 97 of file components/service/mqtt/inc/sl_mqtt_client_types.h