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

    Interface RfidSessionData

    Structure is used to describe the results of work with the SDK within the context of the current communication session with electronic document

    RfidSessionData

    interface RfidSessionData {
        AccessControls: RfidAccessControlInfo[];
        Applications: RfidApplication[];
        CardProperties: RfidCardPropertiesExt;
        DriverVersion?: string;
        ExtLeSupport: RFIDErrorCodes;
        FirmwareVersion?: string;
        ProcessTime: number;
        RootFiles: any[];
        SDKVersion?: string;
        SecurityObjects: RfidSecurityObject[];
        Session_key: RfidAccessKey;
        Session_procedure: RfidAuthenticationProcedureType;
        Session_terminal: RfidTerminal;
        Status?: CheckResult;
        TotalBytesReceived: number;
        TotalBytesSent: number;
        VirtualMode?: string;
    }
    Index

    Properties

    AccessControls: RfidAccessControlInfo[]

    List of containers to store information about the supported procedures of authentication and secure data access within the context of the session

    RfidSessionData

    Applications: RfidApplication[]

    List of containers to store information about the involved applications of electronic document

    RfidSessionData

    CardProperties: RfidCardPropertiesExt

    RfidSessionData

    DriverVersion?: string

    Text DriverVersion value in format A.B.C.D (e.g. 6.2.5.4)

    RfidSessionData

    ExtLeSupport: RFIDErrorCodes

    RfidSessionData

    FirmwareVersion?: string

    Text FirmwareVersion value in format A.B (e.g. 5.19)

    RfidSessionData

    ProcessTime: number

    Time of processing, milliseconds

    RfidSessionData

    RootFiles: any[]

    List of containers to store information about the read files of the root Master File

    RfidSessionData

    SDKVersion?: string

    Text SDKVersion value in format A.B (e.g. 3.1)

    RfidSessionData

    SecurityObjects: RfidSecurityObject[]

    List of containers to store information about the detected document security objects

    RfidSessionData

    Session_key: RfidAccessKey

    RfidSessionData

    RfidSessionData

    Session_terminal: RfidTerminal

    RfidSessionData

    Status?: CheckResult

    RfidSessionData

    TotalBytesReceived: number

    Total number of bytes received from the RFID-chip during the whole session

    RfidSessionData

    TotalBytesSent: number

    Total number of bytes transmitted to the RFID-chip during the whole session

    RfidSessionData

    VirtualMode?: string

    Sign of virtual session when working with loaded data from a previous communication session with the electronic document

    RfidSessionData