@regulaforensics/vp-frontend-document-components
    Preparing search index...

    Interface RfidCardPropertiesExt

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

    RfidCardPropertiesExt

    interface RfidCardPropertiesExt {
        ATQ_A: any;
        ATQ_B: any;
        ATR: string;
        Baudrate1: string;
        Baudrate2: string;
        BitRateR: RfidBaudRate;
        BitRateS: RfidBaudRate;
        ChipType_A: RfidAChip;
        MifareMemory: number;
        RFID_Type: RfidType;
        SAK: any;
        Support_4: boolean;
        Support_Mifare: boolean;
        UID: string;
    }
    Index

    Properties

    ATQ_A: any

    Reply of the «A» type chip to «REQA» command of ISO/IEC 14443-3 protocol (Answer To Request, Type A – ATQA) – for the internal use by the main control library

    RfidCardPropertiesExt

    ATQ_B: any

    ATQ_B contents in text format. Each byte is represented by its hexadecimal value. The individual bytes are separated by spaces (e.g. 50 F9 4F 41 60 00 00 00 00 77 81 81)

    RfidCardPropertiesExt

    ATR: string

    ATR-string of RFID-chip

    RfidCardPropertiesExt

    Baudrate1: string

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

    RfidCardPropertiesExt

    Baudrate2: string

    Numeric Baudrate2 value in hexadecimal format

    RfidCardPropertiesExt

    BitRateR: RfidBaudRate

    RfidCardPropertiesExt

    BitRateS: RfidBaudRate

    RfidCardPropertiesExt

    ChipType_A: RfidAChip

    RfidCardPropertiesExt

    MifareMemory: number

    Amount of operational memory MIFARE® of the chip, kilobytes

    RfidCardPropertiesExt

    RFID_Type: RfidType

    RfidCardPropertiesExt

    SAK: any

    Response of type-A RFID-chip to SELECT command of ISO/IEC 14443-3 protocol (Select Acknowledge, SAK).

    RfidCardPropertiesExt

    Support_4: boolean

    Boolean Support_4 value

    RfidCardPropertiesExt

    Support_Mifare: boolean

    Sign of support for ISO/IEC 14443-3 data exchange protocol

    RfidCardPropertiesExt

    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)

    RfidCardPropertiesExt