Class CardProperties

java.lang.Object
com.regula.documentreader.api.results.rfid.CardProperties

public class CardProperties extends Object
structure is used to store extended information about the characteristics of the RFID-chip located in the scope of the reader
  • Field Details

    • aTQA

      public int aTQA
      numeric ATQ_A value in hexadecimal format (e.g. "0x0000")
    • aTQB

      public String 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

      public String 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

      public String baudrate1
      numeric Baudrate1 value in hexadecimal format (e.g. "0x0000000F")
    • baudrate2

      public String baudrate2
      numeric Baudrate2 value in hexadecimal format
    • bitRateR

      public int bitRateR
      numeric BitRateR value in hexadecimal format (e.g. "0x04")
    • bitRateS

      public int bitRateS
      numeric BitRateS value in hexadecimal format (e.g. "0x04")
    • chipTypeA

      public int chipTypeA
      text abbreviation of ChipType_A value
    • mifareMemory

      public int mifareMemory
      numeric MifareMemory value
    • rfidType

      public int rfidType
      text abbreviation of RFID_Type value
    • sAK

      public int sAK
      numeric SAK value in hexadecimal format (e.g. "0x00")
    • support4

      public boolean support4
      boolean Support_4 value
    • supportMifare

      public boolean supportMifare
      boolean Support_Mifare value
    • uID

      public String 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

      public static CardProperties fromJson(String json)
    • fromJson

      public static CardProperties fromJson(JSONObject object)
    • toJson

      public String toJson()
      Method convert object to string in json format
      Returns:
      string in json format