Retrieve one of the NFC user settings that is available from the device.
#include <nfc/nfc.h>
NFC_API nfc_result_t nfc_get_setting(nfc_settings_t setting, bool *enabled)
BlackBerry 10.0.0
The setting whose value you want to retrieve. Valid settings must be of type nfc_settings_t.
The current value of the specified user setting.
This function retrieves the current value for the specified user setting.