TABLE OF CONTENTS

 

[Classes] NfcTagType4

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)

[Functions] NfcTagType4.Create

NAME

   NfcTagType4.Create

SYNOPSIS

   public static NfcTagType4 Create(SCardChannel channel)

DESCRIPTION

   Instanciates a new NfcTagType4 object for this card

SEE ALSO

   NfcTagType4.Recognize

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

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