@regulaforensics/document-reader
    Preparing search index...

    Class RFIDConfig

    A configuration file for the RFID chip processing.

    Index
    onChipDetected?: ChipDetectedCompletion

    Callback for receiving signal when RFID chip is recognized by a phone and chip reading is started.

    Only used with default constructor. If RFIDConfig.withoutUI was used, you will receive this update via DocumentReaderCompletion.

    Callback for reveiving notification about RFID reading process.

    onRequestCAProtocol?: CAProtocolCompletion

    Callback for receiving RFID request data

    onRequestPACEProtocol?: PACEProtocolCompletion

    Callback for receiving RFID request data

    onRequestPACertificates?: PaCertificateCompletion

    Callback for receiving RFID request data

    onRequestTACertificates?: TaCertificateCompletion

    Callback for receiving RFID request data

    onRequestTASignature?: TaSignatureCompletion

    Callback for receiving RFID request data

    onRetryReadChip?: RetryReadChipCompletion

    Fires when RFID chip reading was interrupted with no severe reasons (for example connection to the chip was lost) and will be reestablished automatically.

    Only used with default constructor. If RFIDConfig.withoutUI was used, you will receive this update via DocumentReaderCompletion and chip reading will not be reestablished.