|
Azure IoT middleware for FreeRTOS
|
IoT Hub Cloud Message Request struct. More...
#include <azure_iot_hub_client.h>
Data Fields | |
| const void * | pvMessagePayload |
| uint32_t | ulPayloadLength |
| AzureIoTMessageProperties_t | xProperties |
IoT Hub Cloud Message Request struct.
| const void* AzureIoTHubClientCloudToDeviceMessageRequest::pvMessagePayload |
The pointer to the message payload.
| uint32_t AzureIoTHubClientCloudToDeviceMessageRequest::ulPayloadLength |
The length of the message payload.
| AzureIoTMessageProperties_t AzureIoTHubClientCloudToDeviceMessageRequest::xProperties |
The bag of properties received with the message.