SpringCard PC/SC Helpers for .NET  18.10.10
High-level access to a few current cards and to advanced coupler features
SpringCard.PCSC.CardHelpers.MifareUltraLightEV1 Class Reference
Inheritance diagram for SpringCard.PCSC.CardHelpers.MifareUltraLightEV1:
SpringCard.PCSC.CardHelpers.MifareUltraLight SpringCard.PCSC.CardHelpers.CardHelper

Public Member Functions

 MifareUltraLightEV1 (ICardApduTransmitter Channel)
 Instanciate a Mifare UltraLight EV1 card object over a card channel. The channel must already be connected.
 
byte [] Read (byte first_block, byte count)
 
byte [] ReadCounter (byte counter)
 
uint ReadCounterI (byte counter)
 
bool IsCounterValid (byte counter)
 
bool IncrementCounter (byte counter, byte[] increment)
 
bool IncrementCounter (byte counter, uint value)
 
byte [] VerifyPassword (byte[] password)
 
override bool SelfTest ()
 
- Public Member Functions inherited from SpringCard.PCSC.CardHelpers.MifareUltraLight
 MifareUltraLight (ICardApduTransmitter Channel)
 Instanciate a Mifare UltraLight card object over a card channel. The channel must already be connected.
 
byte [] Read16 (byte first_block)
 
byte [] Read4 (byte block)
 
bool Write4 (byte block, byte[] data)
 
bool Write4 (byte block, byte[] data, int offset)
 
byte [] GetVersion ()
 
byte [] GetSignature ()
 
- Public Member Functions inherited from SpringCard.PCSC.CardHelpers.CardHelper
 CardHelper (ICardApduTransmitter Channel)
 

Additional Inherited Members

- Static Public Member Functions inherited from SpringCard.PCSC.CardHelpers.CardHelper
static CardHelper Instantiate (SCardChannel Channel)
 
- Public Attributes inherited from SpringCard.PCSC.CardHelpers.CardHelper
const ushort NN_MifareClassic1K = 0x0001
 
const ushort NN_MifareClassic4K = 0x0002
 
const ushort NN_MifareUltraLight = 0x0003
 
const ushort NN_MifareUltraLightC = 0x003A
 
const ushort NN_MifareUltraLightEV1 = 0x003D
 
- Protected Attributes inherited from SpringCard.PCSC.CardHelpers.CardHelper
ICardApduTransmitter Channel
 

The documentation for this class was generated from the following file: