Retrieve the variant of the tag.
#include <nfc/nfc.h>
NFC_API nfc_result_t nfc_get_tag_variant(const nfc_target_t *target, tag_variant_type_t *variant)
BlackBerry 10.0.0
The NFC target returned from nfc_get_target().
The returned variant associated with the tag; see tag_variant_type_t for a list of possible variants.
This function returns the variant of the tag.
NFC_RESULT_SUCCESS, or NFC_RESULT_INVALID_PARAMETER, which indicates that an invalid argument was passed to the function.