advancedrelay.laygo
Class Lapb

java.lang.Object
  |
  +--advancedrelay.laygo.Lapb

public final class Lapb
extends java.lang.Object

Exports constants from the LAPB link protocol layer.


Field Summary
static int IOCTL_MAX
           
static int MSG_MAX
           
static int STAT_DISC_RECV
           
static int STAT_DISC_SENT
           
static int STAT_DM_RECV
           
static int STAT_DM_SENT
           
static int STAT_FRMR_RECV
           
static int STAT_FRMR_SENT
           
static int STAT_I_FRAME_RECV
           
static int STAT_I_FRAME_SENT
           
static int STAT_IMPOSSIBLE_FRAMES
           
static int STAT_INVALID_FRAMES
           
static int STAT_MAX
           
static int STAT_REJ_RECV
           
static int STAT_REJ_SENT
           
static int STAT_RETRANSMIT_FAILURES
           
static int STAT_RNR_RECV
           
static int STAT_RNR_SENT
           
static int STAT_RR_RECV
           
static int STAT_RR_SENT
           
static int STAT_SABM_RECV
           
static int STAT_SABM_SENT
           
static int STAT_T1_TIMEOUTS
           
static int STAT_T2_TIMEOUTS
           
static int STAT_T4_TIMEOUTS
           
static int STAT_UA_RECV
           
static int STAT_UA_SENT
           
static int TIMER_MAX
           
static int TIMER_T1_ALTERNATE
           
static int TIMER_T1_RETRANSMIT
           
static int TIMER_T2_ACKNOWLEDGE
           
static int TIMER_T4_NO_TRAFFIC
           
 
Constructor Summary
Lapb()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IOCTL_MAX

public static final int IOCTL_MAX
See Also:
Constant Field Values

MSG_MAX

public static final int MSG_MAX
See Also:
Constant Field Values

STAT_DISC_RECV

public static final int STAT_DISC_RECV
See Also:
Constant Field Values

STAT_DISC_SENT

public static final int STAT_DISC_SENT
See Also:
Constant Field Values

STAT_DM_RECV

public static final int STAT_DM_RECV
See Also:
Constant Field Values

STAT_DM_SENT

public static final int STAT_DM_SENT
See Also:
Constant Field Values

STAT_FRMR_RECV

public static final int STAT_FRMR_RECV
See Also:
Constant Field Values

STAT_FRMR_SENT

public static final int STAT_FRMR_SENT
See Also:
Constant Field Values

STAT_I_FRAME_RECV

public static final int STAT_I_FRAME_RECV
See Also:
Constant Field Values

STAT_I_FRAME_SENT

public static final int STAT_I_FRAME_SENT
See Also:
Constant Field Values

STAT_IMPOSSIBLE_FRAMES

public static final int STAT_IMPOSSIBLE_FRAMES
See Also:
Constant Field Values

STAT_INVALID_FRAMES

public static final int STAT_INVALID_FRAMES
See Also:
Constant Field Values

STAT_MAX

public static final int STAT_MAX
See Also:
Constant Field Values

STAT_REJ_RECV

public static final int STAT_REJ_RECV
See Also:
Constant Field Values

STAT_REJ_SENT

public static final int STAT_REJ_SENT
See Also:
Constant Field Values

STAT_RETRANSMIT_FAILURES

public static final int STAT_RETRANSMIT_FAILURES
See Also:
Constant Field Values

STAT_RNR_RECV

public static final int STAT_RNR_RECV
See Also:
Constant Field Values

STAT_RNR_SENT

public static final int STAT_RNR_SENT
See Also:
Constant Field Values

STAT_RR_RECV

public static final int STAT_RR_RECV
See Also:
Constant Field Values

STAT_RR_SENT

public static final int STAT_RR_SENT
See Also:
Constant Field Values

STAT_SABM_RECV

public static final int STAT_SABM_RECV
See Also:
Constant Field Values

STAT_SABM_SENT

public static final int STAT_SABM_SENT
See Also:
Constant Field Values

STAT_T1_TIMEOUTS

public static final int STAT_T1_TIMEOUTS
See Also:
Constant Field Values

STAT_T2_TIMEOUTS

public static final int STAT_T2_TIMEOUTS
See Also:
Constant Field Values

STAT_T4_TIMEOUTS

public static final int STAT_T4_TIMEOUTS
See Also:
Constant Field Values

STAT_UA_RECV

public static final int STAT_UA_RECV
See Also:
Constant Field Values

STAT_UA_SENT

public static final int STAT_UA_SENT
See Also:
Constant Field Values

TIMER_MAX

public static final int TIMER_MAX
See Also:
Constant Field Values

TIMER_T1_ALTERNATE

public static final int TIMER_T1_ALTERNATE
See Also:
Constant Field Values

TIMER_T1_RETRANSMIT

public static final int TIMER_T1_RETRANSMIT
See Also:
Constant Field Values

TIMER_T2_ACKNOWLEDGE

public static final int TIMER_T2_ACKNOWLEDGE
See Also:
Constant Field Values

TIMER_T4_NO_TRAFFIC

public static final int TIMER_T4_NO_TRAFFIC
See Also:
Constant Field Values
Constructor Detail

Lapb

public Lapb()