TABLE OF CONTENTS

 

[Classes] NfcTagType2

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)

[Methods] NfcTagType2.Create

NAME

   NfcTagType2.Create

SYNOPSIS

   public static NfcTagType2 Create(SCardChannel channel)

DESCRIPTION

   Instanciates a new NfcTagType2 object for this card

SEE ALSO

   NfcTagType2.Recognize

[Functions] 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

[Methods] NfcTagType2.RecognizeAtr

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.

Generated from NfcTagType2.cs on Tue Oct 15 17:35:27 2013