Azure SDK for Embedded C
Data Fields
az_iot_hub_client_command_request Struct Reference

A command request received from IoT Hub. More...

#include <az_iot_hub_client.h>

Data Fields

az_span request_id
 
az_span component_name
 
az_span command_name
 

Detailed Description

A command request received from IoT Hub.

Field Documentation

◆ command_name

az_span az_iot_hub_client_command_request::command_name

The command name.

◆ component_name

az_span az_iot_hub_client_command_request::component_name

The name of the component which the command was invoked for.

Note
Can be AZ_SPAN_EMPTY if for the root component.

◆ request_id

az_span az_iot_hub_client_command_request::request_id

The request ID.

Note
The application must match the command request and command response.

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