Class CardProperties
java.lang.Object
com.regula.documentreader.api.results.rfid.CardProperties
structure is used to store extended information about the characteristics of the RFID-chip located in the scope of the reader
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
numeric ATQ_A value in hexadecimal format (e.g.ATQ_B contents in text format.pAtr contents in text format.numeric Baudrate1 value in hexadecimal format (e.g.numeric Baudrate2 value in hexadecimal formatint
numeric BitRateR value in hexadecimal format (e.g.int
numeric BitRateS value in hexadecimal format (e.g.int
text abbreviation of ChipType_A valueint
numeric MifareMemory valueint
text abbreviation of RFID_Type valueint
numeric SAK value in hexadecimal format (e.g.boolean
boolean Support_4 valueboolean
boolean Support_Mifare valueUID contents in text format. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CardProperties
static CardProperties
fromJson
(JSONObject object) toJson()
Method convert object to string in json format
-
Field Details
-
aTQA
public int aTQAnumeric ATQ_A value in hexadecimal format (e.g. "0x0000") -
aTQB
ATQ_B contents in text format. Each byte is represented by its hexadecimal value. The individual bytes are sepa-rated by spaces (e.g. "50 F9 4F 41 60 00 00 00 00 77 81 81") -
aTR
pAtr contents in text format. Each byte is represented by its hexadecimal value. The individual bytes are separated by spaces (e.g. "3B 88 81 11 FC 00 00 00 00 77 81 81 00 93") -
baudrate1
numeric Baudrate1 value in hexadecimal format (e.g. "0x0000000F") -
baudrate2
numeric Baudrate2 value in hexadecimal format -
bitRateR
public int bitRateRnumeric BitRateR value in hexadecimal format (e.g. "0x04") -
bitRateS
public int bitRateSnumeric BitRateS value in hexadecimal format (e.g. "0x04") -
chipTypeA
public int chipTypeAtext abbreviation of ChipType_A value -
mifareMemory
public int mifareMemorynumeric MifareMemory value -
rfidType
public int rfidTypetext abbreviation of RFID_Type value -
sAK
public int sAKnumeric SAK value in hexadecimal format (e.g. "0x00") -
support4
public boolean support4boolean Support_4 value -
supportMifare
public boolean supportMifareboolean Support_Mifare value -
uID
UID contents in text format. Each byte is represented by its hexadecimal value. The individual bytes are separated by spaces (e.g. "F9 4F 41 60")
-
-
Constructor Details
-
CardProperties
public CardProperties()
-
-
Method Details
-
fromJson
-
fromJson
-
toJson
Method convert object to string in json format- Returns:
- string in json format
-