|
Holds the ADU agent device properties. More...
#include <az_iot_adu_client.h>
Data Fields | |
az_span | manufacturer |
az_span | model |
az_iot_adu_device_custom_properties * | custom_properties |
az_span | adu_version |
az_span | delivery_optimization_agent_version |
az_span | update_id |
Holds the ADU agent device properties.
az_iot_adu_client_device_properties_default() must be called to first initialize the device properties.
az_span az_iot_adu_client_device_properties::adu_version |
Version of the Device Update agent running on the device.
az_iot_adu_device_custom_properties* az_iot_adu_client_device_properties::custom_properties |
Implementer can define other device properties to be used for the compatibility check while targeting the update deployment.
az_span az_iot_adu_client_device_properties::delivery_optimization_agent_version |
Version of the Delivery Optimization agent.
https://docs.microsoft.com/azure/iot-hub-device-update/device-update-plug-and-play#device-properties
az_span az_iot_adu_client_device_properties::manufacturer |
The device manufacturer of the device, reported through deviceProperties.
az_span az_iot_adu_client_device_properties::model |
The device model of the device, reported through deviceProperties.
az_span az_iot_adu_client_device_properties::update_id |
An ID of the update that is currently installed.