eRFID_TerminalType
eRFID_TerminalType
enumeration contains a set of constants that define the type of terminal within the context of the communication session with electronic document.
const eRFID_TerminalType = {
TET_UNDEFINED: 0,
TET_INSPECTION_SYSTEM: 1,
TET_AUTHENTICATION_TERMINAL: 2,
TET_SIGNATURE_TERMINAL: 3,
TET_UNAUTHENTICATED_TERMINAL: 4,
}
Constant | Description |
---|---|
TET_UNDEFINED | not defined |
TET_INSPECTION_SYSTEM | inspection system |
TET_AUTHENTICATION_TERMINAL | authentication terminal |
TET_SIGNATURE_TERMINAL | signature terminal |
TET_UNAUTHENTICATED_TERMINAL | unauthenticated terminal |