|
Azure SDK for Embedded C
|
Twin response. More...
#include <az_iot_hub_client.h>
Data Fields | |
| az_span | request_id |
| az_iot_hub_client_twin_response_type | response_type |
| az_iot_status | status |
| az_span | version |
Twin response.
| az_span az_iot_hub_client_twin_response::request_id |
Request ID matches the ID specified when issuing a Get or Patch command.
| az_iot_hub_client_twin_response_type az_iot_hub_client_twin_response::response_type |
Twin response type.
| az_iot_status az_iot_hub_client_twin_response::status |
The operation status.
| az_span az_iot_hub_client_twin_response::version |
The Twin object version.
response_type == AZ_IOT_CLIENT_TWIN_RESPONSE_TYPE_DESIRED_PROPERTIES or response_type == AZ_IOT_CLIENT_TWIN_RESPONSE_TYPE_REPORTED_PROPERTIES.
1.8.20