NAME
NfcTagType4
DERIVED FROM
NfcTag
DERIVED BY
NfcTagType4_Desfire
DESCRIPTION
Represents a Type 4 NFC Tag that has been discovered on a reader.
SYNOPSIS
if (NfcTagType4.Recognize(channel)) NfcTag tag = NfcTagType4.Create(SCardChannel channel)
NAME
NfcTagType4.Create
SYNOPSIS
public static NfcTagType4 Create(SCardChannel channel)
DESCRIPTION
Instanciates a new NfcTagType4 object for this card
SEE ALSO
NfcTagType4.Recognize
NAME
NfcTagType4.Recognize
SYNOPSIS
public static bool Recognize(SCardChannel channel)
DESCRIPTION
Return true if the card on the reader is a NFC Forum type 4 Tag
SEE ALSO
NfcTagType4.Create