The methods of Android.Nfc.Tech.MifareClassic are listed below. For a list of all members, see the MifareClassic Members list.
See Also: Inherited members from Android.Nfc.Tech.BasicTagTechnology
AuthenticateSectorWithKeyA(int, byte[])Authenticate a sector with key A. | ||
AuthenticateSectorWithKeyB(int, byte[])Authenticate a sector with key B. | ||
BlockToSector(int)Return the sector that contains a given block. | ||
override | Close()Disable I/O operations to the tag from this Android.Nfc.Tech.ITagTechnology object, and release resources. | |
override | Connect()Enable I/O operations to the tag from this Android.Nfc.Tech.ITagTechnology object. | |
Decrement(int, int)Decrement a value block, storing the result in the temporary block on the tag. | ||
DecrementAsync(int, int)Documentation for this section has not yet been entered. | ||
static | Get(Android.Nfc.Tag)Get an instance of Android.Nfc.Tech.MifareClassic for the given tag. | |
GetBlockCountInSector(int)Return the number of blocks in the given sector. | ||
Increment(int, int)Increment a value block, storing the result in the temporary block on the tag. | ||
IncrementAsync(int, int)Documentation for this section has not yet been entered. | ||
ReadBlock(int)Read 16-byte block. | ||
ReadBlockAsync(int)Documentation for this section has not yet been entered. | ||
Restore(int)Copy from a value block to the temporary block. | ||
RestoreAsync(int)Documentation for this section has not yet been entered. | ||
SectorToBlock(int)Return the first block of a given sector. | ||
Transceive(byte[])Send raw NfcA data to a tag and receive the response. | ||
TransceiveAsync(byte[])Documentation for this section has not yet been entered. | ||
Transfer(int)Copy from the temporary block to a value block. | ||
TransferAsync(int)Documentation for this section has not yet been entered. | ||
WriteBlock(int, byte[])Write 16-byte block. | ||
WriteBlockAsync(int, byte[])Documentation for this section has not yet been entered. |