Indicate whether the specified tag is emulated.
#include <nfc/nfc.h>
NFC_API nfc_result_t nfc_tag_is_virtual(const nfc_target_t *tag, bool *is_virtual)
BlackBerry 10.0.0
The tag returned from the nfc_get_target() function.
true if the specified tag is an emulated tag, false otherwise.
This function indicates whether the specified tag is an emulated tag.
NFC_RESULT_SUCCESS, or NFC_RESULT_INVALID_PARAMETER, which indicates that an invalid argument was passed to the function.