Java android.nfc.tech MifareClassic fields, constructors, methods, implement or subclass

Example usage for Java android.nfc.tech MifareClassic fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.nfc.tech MifareClassic.

The text is from its open source code.

Field

nullKEY_DEFAULT
The default factory key.
intTYPE_CLASSIC
A MIFARE Classic tag
intTYPE_PLUS
A MIFARE Plus tag
intTYPE_PRO
A MIFARE Pro tag

Method

MifareClassicget(Tag tag)
Get an instance of MifareClassic for the given tag.
intgetBlockCount()
Return the total number of MIFARE Classic blocks.
intgetSectorCount()
Return the number of MIFARE Classic sectors.
intgetSize()
Return the size of the tag in bytes

One of #SIZE_MINI , #SIZE_1K , #SIZE_2K , #SIZE_4K .

intgetType()
Return the type of this MIFARE Classic compatible tag.