Structure is used to store extended information about the characteristics of the RFID-chip located in the scope of the reader.

Constructors

Properties

aTQA: number

Numeric ATQ_A value in hexadecimal format (e.g. "0x0000").

aTQB?: string

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?: string

aTR 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?: string

Numeric Baudrate1 value in hexadecimal format (e.g. "0x0000000F").

baudrate2?: string

Numeric Baudrate2 value in hexadecimal format.

bitRateR: number

Numeric BitRateR value in hexadecimal format (e.g. "0x04").

bitRateS: number

Numeric BitRateS value in hexadecimal format (e.g. "0x04").

chipTypeA: number

Text abbreviation of ChipType_A value.

mifareMemory: number

Numeric MifareMemory value.

rfidType: number

Text abbreviation of RFID_Type value.

sAK: number

Numeric SAK value in hexadecimal format (e.g. "0x00").

support4: boolean

Boolean Support_4 value.

supportMifare: boolean

Boolean Support_Mifare value.

uID?: string

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").

Methods

  • Allows you to deserialize object.

    Parameters

    • jsonObject: any

    Returns CardProperties