MQTT client library
cy_mqtt_broker_info_t Struct Reference

Description

MQTT broker information structure.

Data Fields

const char * hostname
 Server host name. More...
 
uint16_t hostname_len
 Length of the server host name.
 
uint16_t port
 Server port in host-order.
 

Field Documentation

◆ hostname

const char* cy_mqtt_broker_info_t::hostname

Server host name.

Must be Non NULL-terminated. This memory needs to be maintained until MQTT object is deleted.