Retrieve the NFC properties of the device.
#include <nfc/nfc.h>
NFC_API nfc_result_t nfc_get_property(nfc_property_id_t property_id, int *property)
BlackBerry 10.3.0
The ID of the property to be queried.
The location to store the value of the property retrieved. If the device doesn't support this property, this parameter is set to 0. If the property is supported, this parameter is set to a positive integer. If property_id is not defined, this function returns NFC_RESULT_INVALID_PARAMETER and leaves property untouched.
This function allows an application to retrieve the NFC properties of the device.