public interface FLAPType
Modifier and Type | Field and Description |
---|---|
static int |
FLAP_TYPE_DATA
Used to send data.
|
static int |
FLAP_TYPE_ERROR
Used if error.
|
static int |
FLAP_TYPE_KEEP_ALIVE
Used to keep the connection alive.
|
static int |
FLAP_TYPE_SIGNOFF
Used during signoff.
|
static int |
FLAP_TYPE_SIGNON
Used during signon.
|
static final int FLAP_TYPE_SIGNON
static final int FLAP_TYPE_DATA
static final int FLAP_TYPE_ERROR
static final int FLAP_TYPE_SIGNOFF
static final int FLAP_TYPE_KEEP_ALIVE