|
Azure IoT middleware for FreeRTOS
|
IoT Hub Properties Response struct. More...
#include <azure_iot_hub_client.h>
Data Fields | |
| AzureIoTHubMessageType_t | xMessageType |
| const void * | pvMessagePayload |
| uint32_t | ulPayloadLength |
| uint32_t | ulRequestID |
| AzureIoTHubMessageStatus_t | xMessageStatus |
IoT Hub Properties Response struct.
| const void* AzureIoTHubClientPropertiesResponse::pvMessagePayload |
The pointer to the message payload.
| uint32_t AzureIoTHubClientPropertiesResponse::ulPayloadLength |
The length of the message payload.
| uint32_t AzureIoTHubClientPropertiesResponse::ulRequestID |
The request ID for the property response.
| AzureIoTHubMessageStatus_t AzureIoTHubClientPropertiesResponse::xMessageStatus |
The operation status.
| AzureIoTHubMessageType_t AzureIoTHubClientPropertiesResponse::xMessageType |
The type of message received.