Azure SDK for Embedded C
Data Fields
az_iot_provisioning_client_registration_state Struct Reference

The registration operation state. More...

#include <az_iot_provisioning_client.h>

Data Fields

az_span assigned_hub_hostname
 
az_span device_id
 
az_iot_status error_code
 
uint32_t extended_error_code
 
az_span error_message
 
az_span error_tracking_id
 
az_span error_timestamp
 

Detailed Description

The registration operation state.

Remarks
This is returned only when the operation completed.

Field Documentation

◆ assigned_hub_hostname

az_span az_iot_provisioning_client_registration_state::assigned_hub_hostname

Assigned Azure IoT Hub hostname.

Remarks
This is only available if error_code is success.

◆ device_id

az_span az_iot_provisioning_client_registration_state::device_id

Assigned device ID.

◆ error_code

az_iot_status az_iot_provisioning_client_registration_state::error_code

The error code.

◆ error_message

az_span az_iot_provisioning_client_registration_state::error_message

Error description.

◆ error_timestamp

az_span az_iot_provisioning_client_registration_state::error_timestamp

Submit this timestamp when asking for Azure IoT service-desk help.

◆ error_tracking_id

az_span az_iot_provisioning_client_registration_state::error_tracking_id

Submit this ID when asking for Azure IoT service-desk help.

◆ extended_error_code

uint32_t az_iot_provisioning_client_registration_state::extended_error_code

The extended, 6 digit error code.


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