nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
azure_iot_hub_property Struct Reference

Property bag structure for key/value string pairs. Per Azure IoT Hub documentation, the key must be defined, while the value can be a string or empty. More...

#include <azure_iot_hub.h>

Data Fields

struct azure_iot_hub_buf key
 
struct azure_iot_hub_buf value
 

Detailed Description

Property bag structure for key/value string pairs. Per Azure IoT Hub documentation, the key must be defined, while the value can be a string or empty.

Note
If the value is provided as a string, it is the equivalent to "key=value". If the value is empty, it is the equivalent of "key=" or "key".

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