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;
}

Last updated