Indicate whether or not the specified tag supports a specified tag type.
#include <nfc/nfc.h>
NFC_API nfc_result_t nfc_tag_supports_tag_type(const nfc_target_t *tag, nfc_tag_type_t type, bool *is_supported)
BlackBerry 10.0.0
The tag returned from the nfc_get_target() function.
The requested tag type.
true if the specified tag supports the specified tag type, otherwise false.
This function indicates whether or not a specified tag type is supported.
NFC_RESULT_SUCCESS, or NFC_RESULT_INVALID_PARAMETER, which indicates that an invalid argument was passed to the function.