Example usage for Java android.nfc.tech MifareClassic fields, constructors, methods, implement or subclass
The text is from its open source code.
null | KEY_DEFAULT The default factory key. |
int | TYPE_CLASSIC A MIFARE Classic tag |
int | TYPE_PLUS A MIFARE Plus tag |
int | TYPE_PRO A MIFARE Pro tag |
MifareClassic | get(Tag tag) Get an instance of MifareClassic for the given tag. |
int | getBlockCount() Return the total number of MIFARE Classic blocks. |
int | getSectorCount() Return the number of MIFARE Classic sectors. |
int | getSize() Return the size of the tag in bytes One of #SIZE_MINI , #SIZE_1K , #SIZE_2K , #SIZE_4K . |
int | getType() Return the type of this MIFARE Classic compatible tag. |