advancedrelay.laygo
Class FrameRelay

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

public final class FrameRelay
extends java.lang.Object

Exports constants from the Frame Relay link protocol layer.


Field Summary
static int IOCTL_MAX
           
static int IOCTL_VC_CLEAR_DE_BIT
           
static int IOCTL_VC_MAX
           
static int IOCTL_VC_SET_DE_BIT
           
static int MGMT_SIGNALING_ANNEX_D
           
static int MGMT_SIGNALING_LMI
           
static int MGMT_SIGNALING_MAX
           
static int MGMT_SIGNALING_NONE
           
static int MSG_MAX
           
static int STAT_FRAME_INVALID_HEADER
           
static int STAT_FRAME_ON_UNASSIGNED_DLCI
           
static int STAT_FRAME_TOO_LONG
           
static int STAT_FRAME_TOO_SHORT
           
static int STAT_HEARTBEATS_RECEIVED
           
static int STAT_HEARTBEATS_SENT
           
static int STAT_LINK_INTEGRITY_ALARMS
           
static int STAT_LINK_INTEGRITY_ERRORS
           
static int STAT_LINK_INTEGRITY_INVALID_FRAMES
           
static int STAT_MAX
           
static int STAT_VC_BECN_BIT_SET
           
static int STAT_VC_CONGESTION_CONTROL
           
static int STAT_VC_FECN_BIT_SET
           
static int STAT_VC_FRAMES_RECEIVED
           
static int STAT_VC_FRAMES_SENT
           
static int STAT_VC_MAX
           
static int TIMER_MAX
           
static int TIMER_T1_KEEP_ALIVE
           
static int TIMER_T2_VERIFICATION
           
static int TIMER_VC_CONGESTION
           
static int TIMER_VC_MAX
           
 
Constructor Summary
FrameRelay()
           
 
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

IOCTL_VC_CLEAR_DE_BIT

public static final int IOCTL_VC_CLEAR_DE_BIT
See Also:
Constant Field Values

IOCTL_VC_MAX

public static final int IOCTL_VC_MAX
See Also:
Constant Field Values

IOCTL_VC_SET_DE_BIT

public static final int IOCTL_VC_SET_DE_BIT
See Also:
Constant Field Values

MGMT_SIGNALING_ANNEX_D

public static final int MGMT_SIGNALING_ANNEX_D
See Also:
Constant Field Values

MGMT_SIGNALING_LMI

public static final int MGMT_SIGNALING_LMI
See Also:
Constant Field Values

MGMT_SIGNALING_MAX

public static final int MGMT_SIGNALING_MAX
See Also:
Constant Field Values

MGMT_SIGNALING_NONE

public static final int MGMT_SIGNALING_NONE
See Also:
Constant Field Values

MSG_MAX

public static final int MSG_MAX
See Also:
Constant Field Values

STAT_FRAME_INVALID_HEADER

public static final int STAT_FRAME_INVALID_HEADER
See Also:
Constant Field Values

STAT_FRAME_ON_UNASSIGNED_DLCI

public static final int STAT_FRAME_ON_UNASSIGNED_DLCI
See Also:
Constant Field Values

STAT_FRAME_TOO_LONG

public static final int STAT_FRAME_TOO_LONG
See Also:
Constant Field Values

STAT_FRAME_TOO_SHORT

public static final int STAT_FRAME_TOO_SHORT
See Also:
Constant Field Values

STAT_HEARTBEATS_RECEIVED

public static final int STAT_HEARTBEATS_RECEIVED
See Also:
Constant Field Values

STAT_HEARTBEATS_SENT

public static final int STAT_HEARTBEATS_SENT
See Also:
Constant Field Values

STAT_LINK_INTEGRITY_ALARMS

public static final int STAT_LINK_INTEGRITY_ALARMS
See Also:
Constant Field Values

STAT_LINK_INTEGRITY_ERRORS

public static final int STAT_LINK_INTEGRITY_ERRORS
See Also:
Constant Field Values

STAT_LINK_INTEGRITY_INVALID_FRAMES

public static final int STAT_LINK_INTEGRITY_INVALID_FRAMES
See Also:
Constant Field Values

STAT_MAX

public static final int STAT_MAX
See Also:
Constant Field Values

STAT_VC_BECN_BIT_SET

public static final int STAT_VC_BECN_BIT_SET
See Also:
Constant Field Values

STAT_VC_CONGESTION_CONTROL

public static final int STAT_VC_CONGESTION_CONTROL
See Also:
Constant Field Values

STAT_VC_FECN_BIT_SET

public static final int STAT_VC_FECN_BIT_SET
See Also:
Constant Field Values

STAT_VC_FRAMES_RECEIVED

public static final int STAT_VC_FRAMES_RECEIVED
See Also:
Constant Field Values

STAT_VC_FRAMES_SENT

public static final int STAT_VC_FRAMES_SENT
See Also:
Constant Field Values

STAT_VC_MAX

public static final int STAT_VC_MAX
See Also:
Constant Field Values

TIMER_MAX

public static final int TIMER_MAX
See Also:
Constant Field Values

TIMER_T1_KEEP_ALIVE

public static final int TIMER_T1_KEEP_ALIVE
See Also:
Constant Field Values

TIMER_T2_VERIFICATION

public static final int TIMER_T2_VERIFICATION
See Also:
Constant Field Values

TIMER_VC_CONGESTION

public static final int TIMER_VC_CONGESTION
See Also:
Constant Field Values

TIMER_VC_MAX

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

FrameRelay

public FrameRelay()