Retrieve the property as an integer.
#include <peripheral_discovery.h>
int pd_get_property_as_integer(pd_peripheral_property_t *property, const char **name, int *value)
BlackBerry 10.2.0
The property from pd_get_next_property().
The retrieved name of the property.
The retrieved value of the property.
Note: name and value don't need to be freed, and are still valid after subsequent calls to pd_get_next_property(). They will be freed and become invalid when pd_free_property_list() is called.
EOK on success.