|
Azure IoT middleware for FreeRTOS
|
Publish info for the MQTT client. More...
#include <azure_iot_mqtt.h>
Data Fields | |
| AzureIoTMQTTQoS_t | xQOS |
| Quality of Service for message. | |
| bool | xRetain |
| Whether this is a retained message. | |
| bool | xDup |
| Whether this is a duplicate publish message. | |
| const uint8_t * | pcTopicName |
| Topic name on which the message is published. | |
| uint16_t | usTopicNameLength |
| Length of topic name. | |
| const void * | pvPayload |
| Message payload. | |
| size_t | xPayloadLength |
| Message payload length. | |
Publish info for the MQTT client.