|
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 |
Holds any user-defined custom properties for the device.
int32_t az_iot_adu_device_custom_properties::count |
The number of custom names and values.
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.
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.