nfc_tag_is_virtual()
Indicate whether or not the specified tag is virtual.
Synopsis:
#include <nfc/nfc.h>
NFC_API nfc_result_t nfc_tag_is_virtual(const nfc_target_t *tag, bool *is_virtual)
Arguments:
- tag
-
The tag returned from the nfc_get_target() function.
- is_virtual
-
true if the specified tag is virtual, otherwise false.
Library:
libnfcDescription:
This function indicates whether or not the specified tag is virtual.
Returns:
NFC_RESULT_SUCCESS, or NFC_RESULT_INVALID_PARAMETER, which indicates that an invalid argument was passed to the function.