Azure SDK for Embedded C
Data Fields
az_iot_adu_device_custom_properties Struct Reference

Holds any user-defined custom properties for the device. More...

#include <az_iot_adu_client.h>

Data Fields

az_span names [_az_IOT_ADU_CLIENT_MAX_DEVICE_CUSTOM_PROPERTIES]
 
az_span values [_az_IOT_ADU_CLIENT_MAX_DEVICE_CUSTOM_PROPERTIES]
 
int32_t count
 

Detailed Description

Holds any user-defined custom properties for the device.

Remarks
Implementer can define other device properties to be used for the compatibility check when targeting the update deployment.

Field Documentation

◆ count

int32_t az_iot_adu_device_custom_properties::count

The number of custom names and values.

◆ names

az_span az_iot_adu_device_custom_properties::names[_az_IOT_ADU_CLIENT_MAX_DEVICE_CUSTOM_PROPERTIES]

An array holding the custom names for the device properties.

◆ values

az_span az_iot_adu_device_custom_properties::values[_az_IOT_ADU_CLIENT_MAX_DEVICE_CUSTOM_PROPERTIES]

An array holding the custom values for the device properties.


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