Azure IoT middleware for FreeRTOS
Data Fields
AzureIoTHubClientCommandRequest Struct Reference

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
 

Detailed Description

IoT Hub Command Request struct.

Field Documentation

◆ pucCommandName

const uint8_t* AzureIoTHubClientCommandRequest::pucCommandName

The name of the command to invoke.

◆ pucComponentName

const uint8_t* AzureIoTHubClientCommandRequest::pucComponentName

The name of the component associate with this command.

◆ pucRequestID

const uint8_t* AzureIoTHubClientCommandRequest::pucRequestID

The pointer to the request ID.

◆ pvMessagePayload

const void* AzureIoTHubClientCommandRequest::pvMessagePayload

The pointer to the message payload.

◆ ulPayloadLength

uint32_t AzureIoTHubClientCommandRequest::ulPayloadLength

The length of the message payload.

◆ usCommandNameLength

uint16_t AzureIoTHubClientCommandRequest::usCommandNameLength

The length of the command name.

◆ usComponentNameLength

uint16_t AzureIoTHubClientCommandRequest::usComponentNameLength

The length of the component name.

◆ usRequestIDLength

uint16_t AzureIoTHubClientCommandRequest::usRequestIDLength

The length of the request ID.


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