pd_property_type_t

The types of properties.

Synopsis:

#include <peripheral_discovery.h>
 
typedef enum {
      PD_STRING_TYPE = 0   
      PD_INTEGER_TYPE = 1   
} pd_property_type_t;

Since:

BlackBerry 10.2.0

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)

Description: