Azure IoT middleware for FreeRTOS
Data Fields
AzureIoTMQTTPublishInfo Struct Reference

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.
 

Detailed Description

Publish info for the MQTT client.


The documentation for this struct was generated from the following file: