MqttPublishInfo Struct Reference
PUBLISH packet parameters. More...
#include <mqtt_client.h>
Data Fields | |
| bool_t | dup |
| MqttQosLevel | qos |
| bool_t | retain |
| const char_t * | topicName |
| const void * | payload |
| size_t | payloadLen |
| size_t | fragOffset |
| size_t | fragLen |
| uint16_t * | packetId |
Detailed Description
PUBLISH packet parameters.
Definition at line 353 of file mqtt_client.h.
Field Documentation
◆ dup
| bool_t dup |
Definition at line 355 of file mqtt_client.h.
◆ fragLen
| size_t fragLen |
Definition at line 362 of file mqtt_client.h.
◆ fragOffset
| size_t fragOffset |
Definition at line 361 of file mqtt_client.h.
◆ packetId
| uint16_t* packetId |
Definition at line 363 of file mqtt_client.h.
◆ payload
| const void* payload |
Definition at line 359 of file mqtt_client.h.
◆ payloadLen
| size_t payloadLen |
Definition at line 360 of file mqtt_client.h.
◆ qos
| MqttQosLevel qos |
Definition at line 356 of file mqtt_client.h.
◆ retain
| bool_t retain |
Definition at line 357 of file mqtt_client.h.
◆ topicName
| const char_t* topicName |
Definition at line 358 of file mqtt_client.h.
The documentation for this struct was generated from the following file:
- cyclone_tcp/mqtt/mqtt_client.h
