|
Azure SDK for Embedded C
|
| Caz_context | A context is a node within a tree that represents expiration times and key/value pairs |
| Caz_http_policy_retry_options | Allows you to customize the retry policy used by SDK clients whenever they perform an I/O operation |
| Caz_http_request | Structure used to represent an HTTP request. It contains an HTTP method, URL, headers and body. It also contains another utility variables |
| Caz_http_response | Allows you to parse an HTTP response's status line, headers, and body |
| Caz_http_response_status_line | Represents the result of making an HTTP request. An application obtains this initialized structure by calling az_http_response_get_status_line() |
| Caz_iot_adu_client | Structure that holds the state of the Azure IoT ADU client |
| Caz_iot_adu_client_device_properties | Holds the ADU agent device properties |
| Caz_iot_adu_client_file_url | A map of file ID to download url |
| Caz_iot_adu_client_install_result | The update result reported by the agent |
| Caz_iot_adu_client_options | User-defined options for the Azure IoT ADU client |
| Caz_iot_adu_client_step_result | The update step result reported by the agent |
| Caz_iot_adu_client_update_manifest | Structure that holds the parsed contents of the update manifest sent by the ADU service |
| Caz_iot_adu_client_update_manifest_file | Details of a file referenced in the update request |
| Caz_iot_adu_client_update_manifest_file_hash | Hash value for a given file |
| Caz_iot_adu_client_update_manifest_instructions | Instructions in the update manifest |
| Caz_iot_adu_client_update_manifest_instructions_step | Step in the instructions of an update manifest |
| Caz_iot_adu_client_update_manifest_instructions_step_handler_properties | User-defined properties for handling an update request |
| Caz_iot_adu_client_update_request | Structure that holds the parsed contents of the ADU request in the Plug and Play writable properties sent by the ADU service |
| Caz_iot_adu_client_workflow | A set of values that indicate which deployment the agent is currently working on |
| Caz_iot_adu_device_custom_properties | Holds any user-defined custom properties for the device |
| Caz_iot_adu_update_id | Identity of the update request |
| Caz_iot_hub_client | Azure IoT Hub Client |
| Caz_iot_hub_client_c2d_request | The Cloud-To-Device Request |
| Caz_iot_hub_client_command_request | A command request received from IoT Hub |
| Caz_iot_hub_client_method_request | A method request received from IoT Hub |
| Caz_iot_hub_client_options | Azure IoT Hub Client options |
| Caz_iot_hub_client_properties_message | Properties message |
| Caz_iot_hub_client_twin_response | Twin response |
| Caz_iot_message_properties | Telemetry or C2D properties |
| Caz_iot_provisioning_client | Azure IoT Provisioning Client |
| Caz_iot_provisioning_client_options | Azure IoT Provisioning Client options |
| Caz_iot_provisioning_client_payload_options | Azure IoT Provisioning Client options for az_iot_provisioning_client_get_request_payload() and az_iot_provisioning_client_register_get_request_payload() |
| Caz_iot_provisioning_client_register_response | Register or query operation response |
| Caz_iot_provisioning_client_registration_state | The registration operation state |
| Caz_json_reader | Returns the JSON tokens contained within a JSON buffer, one at a time |
| Caz_json_reader_options | Allows the user to define custom behavior when reading JSON using the az_json_reader |
| Caz_json_token | Represents a JSON token. The kind field indicates the type of the JSON token and the slice represents the portion of the JSON payload that points to the token value |
| Caz_json_writer | Provides forward-only, non-cached writing of UTF-8 encoded JSON text into the provided buffer |
| Caz_json_writer_options | Allows the user to define custom behavior when writing JSON using the az_json_writer |
| Caz_span | Represents a "view" over a byte buffer that represents a contiguous region of memory. It contains a pointer to the start of the byte buffer and the buffer's size |
| Caz_span_allocator_context | Defines a container of required and user-defined fields that provide the necessary information and parameters for the implementation of the az_span_allocator_fn callback |
1.8.20