public class YRfidTagInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
_blksize |
protected int |
_fblk |
protected int |
_lblk |
protected int |
_size |
protected String |
_tagId |
protected int |
_tagType |
protected String |
_typeStr |
protected int |
_usable |
static int |
IEC_14443 |
static int |
IEC_14443_MIFARE_CLASSIC1K |
static int |
IEC_14443_MIFARE_CLASSIC4K |
static int |
IEC_14443_MIFARE_DESFIRE |
static int |
IEC_14443_MIFARE_ULTRALIGHT |
static int |
IEC_14443_NTAG_213 |
static int |
IEC_14443_NTAG_215 |
static int |
IEC_14443_NTAG_216 |
static int |
IEC_14443_NTAG_424_DNA |
static int |
IEC_15693 |
| Modifier | Constructor and Description |
|---|---|
protected |
YRfidTagInfo() |
| Modifier and Type | Method and Description |
|---|---|
int |
get_tagBlockSize()
Returns the block size of the RFID tag, in bytes.
|
int |
get_tagFirstBlock()
Returns the index of the block available for data storage on the RFID tag.
|
String |
get_tagId()
Returns the RFID tag identifier.
|
int |
get_tagLastBlock()
Returns the index of the last last black available for data storage on the RFID tag,
However, this block can be locked, use get_tagLockState() to find out
which block are locked.
|
int |
get_tagMemorySize()
Returns the total memory size of the RFID tag, in bytes.
|
int |
get_tagType()
Returns the type of the RFID tag, as a numeric constant.
|
String |
get_tagTypeStr()
Returns the type of the RFID tag, as a string.
|
int |
get_tagUsableSize()
Returns the usable storage size of the RFID tag, in bytes.
|
void |
imm_init(String tagId,
int tagType,
int size,
int usable,
int blksize,
int fblk,
int lblk) |
public static final int IEC_15693
public static final int IEC_14443
public static final int IEC_14443_MIFARE_ULTRALIGHT
public static final int IEC_14443_MIFARE_CLASSIC1K
public static final int IEC_14443_MIFARE_CLASSIC4K
public static final int IEC_14443_MIFARE_DESFIRE
public static final int IEC_14443_NTAG_213
public static final int IEC_14443_NTAG_215
public static final int IEC_14443_NTAG_216
public static final int IEC_14443_NTAG_424_DNA
protected String _tagId
protected int _tagType
protected String _typeStr
protected int _size
protected int _usable
protected int _blksize
protected int _fblk
protected int _lblk
public String get_tagId()
public int get_tagType()
public String get_tagTypeStr()
public int get_tagMemorySize()
public int get_tagUsableSize()
public int get_tagBlockSize()
public int get_tagFirstBlock()
public int get_tagLastBlock()
public void imm_init(String tagId, int tagType, int size, int usable, int blksize, int fblk, int lblk)
Copyright © 2026. All rights reserved.