NAME
NfcTagType2
DERIVED FROM
NfcTag
DESCRIPTION
Represents a Type 2 NFC Tag that has been discovered on a reader.
SYNOPSIS
if (NfcTagType2.Recognize(channel)) NfcTag tag = NfcTagType2.Create(SCardChannel channel)
NAME
NfcTagType2.Create
SYNOPSIS
public static NfcTagType2 Create(SCardChannel channel)
DESCRIPTION
Instanciates a new NfcTagType2 object for this card
SEE ALSO
NfcTagType2.Recognize
NAME
NfcTagType2.Recognize
SYNOPSIS
public static bool Recognize(SCardChannel channel)
DESCRIPTION
Returns true if the card on the reader is a NFC Forum type 2 Tag
SEE ALSO
NfcTagType2.Create
SYNOPSIS
public static bool RecognizeAtr(CardBuffer atr) public static bool RecognizeAtr(SCardChannel channel)
DESCRIPTION
Checks wether the ATR of the card corresponds to the ATR of a Mifare Ultralight or a Mifare Ultralight C card. Returns true on success.