Azure IoT middleware for FreeRTOS
|
IoT Hub Command Request struct. More...
#include <azure_iot_hub_client.h>
Data Fields | |
const void * | pvMessagePayload |
uint32_t | ulPayloadLength |
const uint8_t * | pucRequestID |
uint16_t | usRequestIDLength |
const uint8_t * | pucComponentName |
uint16_t | usComponentNameLength |
const uint8_t * | pucCommandName |
uint16_t | usCommandNameLength |
IoT Hub Command Request struct.
const uint8_t* AzureIoTHubClientCommandRequest::pucCommandName |
The name of the command to invoke.
const uint8_t* AzureIoTHubClientCommandRequest::pucComponentName |
The name of the component associate with this command.
const uint8_t* AzureIoTHubClientCommandRequest::pucRequestID |
The pointer to the request ID.
const void* AzureIoTHubClientCommandRequest::pvMessagePayload |
The pointer to the message payload.
uint32_t AzureIoTHubClientCommandRequest::ulPayloadLength |
The length of the message payload.
uint16_t AzureIoTHubClientCommandRequest::usCommandNameLength |
The length of the command name.
uint16_t AzureIoTHubClientCommandRequest::usComponentNameLength |
The length of the component name.
uint16_t AzureIoTHubClientCommandRequest::usRequestIDLength |
The length of the request ID.