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.MifareUltraLight Class Reference
Inheritance diagram for SpringCard.PCSC.CardHelpers.MifareUltraLight:
SpringCard.PCSC.CardHelpers.CardHelper SpringCard.PCSC.CardHelpers.MifareUltraLightC SpringCard.PCSC.CardHelpers.MifareUltraLightEV1

Public Member Functions

 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 ()
 
override bool SelfTest ()
 
- 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: