public static interface PortalEnums.PinMeccaCmd
Modifier and Type | Field and Description |
---|---|
static int |
ACCT_CREATED |
static int |
CONFIRM_SENT |
static int |
CREATE_ACCT |
static int |
DATA_MIRRORED |
static int |
INIT_SESSION |
static int |
MIRROR_DATA |
static int |
NONE |
static int |
PARAMS_SENT |
static int |
POPLIST_SENT |
static int |
REQ_FAILED |
static int |
SEND_CONFIRM |
static int |
SEND_PARAMS |
static int |
SEND_POPLIST |
static int |
SEND_STATUS |
static int |
SESSION_INITD |
static int |
SESSION_TERM |
static int |
STATUS_SENT |
static int |
TERM_SESSION |
static int |
TYPE_REQUEST |
static int |
TYPE_RESPONSE |
static final int NONE
static final int INIT_SESSION
static final int SESSION_INITD
static final int TERM_SESSION
static final int SESSION_TERM
static final int SEND_STATUS
static final int STATUS_SENT
static final int MIRROR_DATA
static final int DATA_MIRRORED
static final int SEND_PARAMS
static final int PARAMS_SENT
static final int CREATE_ACCT
static final int ACCT_CREATED
static final int SEND_CONFIRM
static final int CONFIRM_SENT
static final int REQ_FAILED
static final int SEND_POPLIST
static final int POPLIST_SENT
static final int TYPE_RESPONSE
static final int TYPE_REQUEST