The types of properties.
Synopsis:
#include <peripheral_discovery.h>
typedef enum {
PD_STRING_TYPE = 0
PD_INTEGER_TYPE = 1
} pd_property_type_t;
Data:
- PD_STRING_TYPE
- String property.
Represented as char*.
- PD_INTEGER_TYPE
- Integer property.
Represented as int.
Library:
libperipheral_discovery (For the qcc command, use the -l peripheral_discovery option to link against this library)