public class MifareDesfire.RecordFileSettings extends Object
Modifier and Type | Field and Description |
---|---|
int |
currentNumOfRecords
Current number of records present in the file
|
int |
maxNumOfRecords
Maximum number of records that can be stored Value for linear record
file: 0x00000001 - 0x00FFFFFF Value for cyclic record file:
0x00000002 - 0x00FFFFFF For linear file: total file size = recordSize
x maxNumOfRecords For cyclic file: total file size = (recordSize x
maxNumOfRecords) + 1 byte
|
int |
recordSize
Size of each record.
|
public int recordSize
public int maxNumOfRecords
public int currentNumOfRecords