Azure SDK for Embedded C
Data Fields
az_iot_hub_client_twin_response Struct Reference

Twin response. More...

#include <az_iot_hub_client.h>

Data Fields

az_iot_hub_client_twin_response_type response_type
 
az_iot_status status
 
az_span request_id
 
az_span version
 

Detailed Description

Twin response.

Field Documentation

◆ request_id

az_span az_iot_hub_client_twin_response::request_id

Request ID matches the ID specified when issuing a Get or Patch command.

◆ response_type

az_iot_hub_client_twin_response_type az_iot_hub_client_twin_response::response_type

Twin response type.

◆ status

az_iot_status az_iot_hub_client_twin_response::status

The operation status.

◆ version

az_span az_iot_hub_client_twin_response::version

The Twin object version.

Remarks
This is only returned when response_type==AZ_IOT_CLIENT_TWIN_RESPONSE_TYPE_DESIRED_PROPERTIES or response_type==AZ_IOT_CLIENT_TWIN_RESPONSE_TYPE_REPORTED_PROPERTIES.

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