| 
    Zephyr Project API
    3.4.0
    
   A Scalable Open Source RTOS 
   | 
 
MQTT transport specific data. More...
#include <mqtt.h>
Data Fields | |
| enum mqtt_transport_type | type | 
| union { | |
| struct { | |
| int sock | |
| } tcp | |
| }; | |
MQTT transport specific data.
| union { ... } mqtt_transport::@271 | 
| int mqtt_transport::sock | 
Socket descriptor.
| struct { ... } mqtt_transport::tcp | 
| enum mqtt_transport_type mqtt_transport::type | 
Transport type selection for client instance. mqtt_transport_type for possible values. MQTT_TRANSPORT_MAX is not a valid type.