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.
class eRFID_TerminalType {
static const int TET_UNDEFINED = 0;
static const int TET_INSPECTION_SYSTEM = 1;
static const int TET_AUTHENTICATION_TERMINAL = 2;
static const int TET_SIGNATURE_TERMINAL = 3;
static const int 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 |