Azure IoT middleware for FreeRTOS
Data Fields
AzureIoTADUDeviceCustomProperties Struct Reference

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

#include <azure_iot_adu_client.h>

Data Fields

uint8_t * pucPropertyNames [_az_IOT_ADU_CLIENT_MAX_DEVICE_CUSTOM_PROPERTIES]
 
uint32_t ulPropertyNamesLengths [_az_IOT_ADU_CLIENT_MAX_DEVICE_CUSTOM_PROPERTIES]
 
uint8_t * pucPropertyValues [_az_IOT_ADU_CLIENT_MAX_DEVICE_CUSTOM_PROPERTIES]
 
uint32_t ulPropertyValuesLengths [_az_IOT_ADU_CLIENT_MAX_DEVICE_CUSTOM_PROPERTIES]
 
uint32_t ulPropertyCount
 
struct {
   az_iot_adu_device_custom_properties   xCustomProperties
 
_internal
 

Detailed Description

Holds any user-defined custom properties of the device.

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

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