Azure IoT middleware for FreeRTOS
Data Fields
AzureIoTHubClientCloudToDeviceMessageRequest Struct Reference

IoT Hub Cloud Message Request struct. More...

#include <azure_iot_hub_client.h>

Data Fields

const void * pvMessagePayload
 
uint32_t ulPayloadLength
 
AzureIoTMessageProperties_t xProperties
 

Detailed Description

IoT Hub Cloud Message Request struct.

Field Documentation

◆ pvMessagePayload

const void* AzureIoTHubClientCloudToDeviceMessageRequest::pvMessagePayload

The pointer to the message payload.

◆ ulPayloadLength

uint32_t AzureIoTHubClientCloudToDeviceMessageRequest::ulPayloadLength

The length of the message payload.

◆ xProperties

AzureIoTMessageProperties_t AzureIoTHubClientCloudToDeviceMessageRequest::xProperties

The bag of properties received with the message.


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