eRFID_TerminalType
This page covers the description of the eRFID_TerminalType enumeration
eRFID_TerminalType
enumeration contains a set of constants that define the type of terminal within the context of the communication session with electronic document.
public class eRFID_TerminalType {
public static final int TET_UNDEFINED = 0;
public static final int TET_INSPECTION_SYSTEM = 1;
public static final int TET_AUTHENTICATION_TERMINAL = 2;
public static final int TET_SIGNATURE_TERMINAL = 3;
public static final 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
Last updated
Was this helpful?