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

    Interface RfidTerminal

    Structure is used to describe the terminal type within the context of the communication session with electronic document

    RfidTerminal

    interface RfidTerminal {
        AuthReq: number;
        AuthReq2: number;
        TermType: RfidTerminalType;
    }
    Index

    Properties

    AuthReq: number

    Declared (set) combination of flags of access rights to the functionality of the document (combination of eRfidTerminalAuthorizationRequirement values)

    RfidTerminal

    AuthReq2: number

    Declared (set) combination of flags of access rights to the functionality of the document (combination of RfidTerminalAuthorizationRequirement values)

    RfidTerminal

    RfidTerminal