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

    Class RFIDSessionData

    Used to describe the results of work with the SDK within the context of the current communication session with electronic document.

    Index
    accessControls: AccessControlProcedureType[]

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

    applications: Application[]

    List of containers to store information about the involved ap-plications of electronic document.

    cardProperties: CardProperties | null

    Set of electronic document chip characteristics.

    dataFields: DataField[]

    List of data fields

    dataGroups: RFIDDataFileType[] | null

    List of data groups.

    extLeSupport: RFIDErrorCodes

    Sign of support of RFID-chip for extended length commands of reading.

    processTime: number

    Total time of all operations performed during the session, ms.

    securityObjects: SecurityObject[]

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

    Status.

    totalBytesReceived: number

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

    totalBytesSent: number

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

    • Allows you to deserialize object.

      Parameters

      • jsonObject: any

      Returns RFIDSessionData | null