Azure IoT middleware for FreeRTOS
Data Fields
AzureIoTHubClientPropertiesResponse Struct Reference

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
 

Detailed Description

IoT Hub Properties Response struct.

Field Documentation

◆ pvMessagePayload

const void* AzureIoTHubClientPropertiesResponse::pvMessagePayload

The pointer to the message payload.

◆ ulPayloadLength

uint32_t AzureIoTHubClientPropertiesResponse::ulPayloadLength

The length of the message payload.

◆ ulRequestID

uint32_t AzureIoTHubClientPropertiesResponse::ulRequestID

The request ID for the property response.

◆ xMessageStatus

AzureIoTHubMessageStatus_t AzureIoTHubClientPropertiesResponse::xMessageStatus

The operation status.

◆ xMessageType

AzureIoTHubMessageType_t AzureIoTHubClientPropertiesResponse::xMessageType

The type of message received.


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