advancedrelay.laygo
Class X21bis

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

public final class X21bis
extends java.lang.Object

Exports constants from the X.21 bis protocol layer.


Field Summary
static int CLOCK_FM0_ENCODING
           
static int CLOCK_FM1_ENCODING
           
static int CLOCK_MANCHESTER_ENCODING
           
static int CLOCK_MAX
           
static int CLOCK_NRZI_ENCODING
           
static int CLOCK_SINK
           
static int CLOCK_SINK_NOISE_SUPPRESS
           
static int CLOCK_SINK_RX
           
static int CLOCK_SINK_TX
           
static int CLOCK_SOURCE
           
static int CLOCK_SYMMETRIC
           
static int IOCTL_CLEAR_SIGNALS
           
static int IOCTL_GET_SIGNALS
           
static int IOCTL_GET_TX_QUEUE_COUNT
           
static int IOCTL_MAX
           
static int IOCTL_MODEM_CONTROL
           
static int IOCTL_SET_SIGNALS
           
static int IOCTL_SWITCH_LINES
           
static int SIGNAL_CTS
           
static int SIGNAL_DCD
           
static int SIGNAL_DSR
           
static int SIGNAL_DTR
           
static int SIGNAL_FLAG
           
static int SIGNAL_RI
           
static int SIGNAL_RTS
           
static int STAT_ABORTED_FRAMES
           
static int STAT_CRC_ERRORS
           
static int STAT_FRAMES_RECEIVED
           
static int STAT_FRAMES_SENT
           
static int STAT_HARDWARE_ANOMALIES
           
static int STAT_HARDWARE_NO_BUFFERS
           
static int STAT_IDLE_TIMEOUTS
           
static int STAT_LENGTH_ERRORS
           
static int STAT_MAX
           
static int STAT_SYSTEM_NO_BUFFERS
           
static int TIMER_CONNECT
           
static int TIMER_DISCONNECT
           
static int TIMER_IDLE
           
static int TIMER_MAX
           
static int TIMER_RECONNECT
           
static int TIMER_RESET
           
 
Constructor Summary
X21bis()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLOCK_FM0_ENCODING

public static final int CLOCK_FM0_ENCODING
See Also:
Constant Field Values

CLOCK_FM1_ENCODING

public static final int CLOCK_FM1_ENCODING
See Also:
Constant Field Values

CLOCK_MANCHESTER_ENCODING

public static final int CLOCK_MANCHESTER_ENCODING
See Also:
Constant Field Values

CLOCK_MAX

public static final int CLOCK_MAX
See Also:
Constant Field Values

CLOCK_NRZI_ENCODING

public static final int CLOCK_NRZI_ENCODING
See Also:
Constant Field Values

CLOCK_SINK

public static final int CLOCK_SINK
See Also:
Constant Field Values

CLOCK_SINK_NOISE_SUPPRESS

public static final int CLOCK_SINK_NOISE_SUPPRESS
See Also:
Constant Field Values

CLOCK_SINK_RX

public static final int CLOCK_SINK_RX
See Also:
Constant Field Values

CLOCK_SINK_TX

public static final int CLOCK_SINK_TX
See Also:
Constant Field Values

CLOCK_SOURCE

public static final int CLOCK_SOURCE
See Also:
Constant Field Values

CLOCK_SYMMETRIC

public static final int CLOCK_SYMMETRIC
See Also:
Constant Field Values

IOCTL_CLEAR_SIGNALS

public static final int IOCTL_CLEAR_SIGNALS
See Also:
Constant Field Values

IOCTL_GET_SIGNALS

public static final int IOCTL_GET_SIGNALS
See Also:
Constant Field Values

IOCTL_GET_TX_QUEUE_COUNT

public static final int IOCTL_GET_TX_QUEUE_COUNT
See Also:
Constant Field Values

IOCTL_MAX

public static final int IOCTL_MAX
See Also:
Constant Field Values

IOCTL_MODEM_CONTROL

public static final int IOCTL_MODEM_CONTROL
See Also:
Constant Field Values

IOCTL_SET_SIGNALS

public static final int IOCTL_SET_SIGNALS
See Also:
Constant Field Values

IOCTL_SWITCH_LINES

public static final int IOCTL_SWITCH_LINES
See Also:
Constant Field Values

SIGNAL_CTS

public static final int SIGNAL_CTS
See Also:
Constant Field Values

SIGNAL_DCD

public static final int SIGNAL_DCD
See Also:
Constant Field Values

SIGNAL_DSR

public static final int SIGNAL_DSR
See Also:
Constant Field Values

SIGNAL_DTR

public static final int SIGNAL_DTR
See Also:
Constant Field Values

SIGNAL_FLAG

public static final int SIGNAL_FLAG
See Also:
Constant Field Values

SIGNAL_RI

public static final int SIGNAL_RI
See Also:
Constant Field Values

SIGNAL_RTS

public static final int SIGNAL_RTS
See Also:
Constant Field Values

STAT_ABORTED_FRAMES

public static final int STAT_ABORTED_FRAMES
See Also:
Constant Field Values

STAT_CRC_ERRORS

public static final int STAT_CRC_ERRORS
See Also:
Constant Field Values

STAT_FRAMES_RECEIVED

public static final int STAT_FRAMES_RECEIVED
See Also:
Constant Field Values

STAT_FRAMES_SENT

public static final int STAT_FRAMES_SENT
See Also:
Constant Field Values

STAT_HARDWARE_ANOMALIES

public static final int STAT_HARDWARE_ANOMALIES
See Also:
Constant Field Values

STAT_HARDWARE_NO_BUFFERS

public static final int STAT_HARDWARE_NO_BUFFERS
See Also:
Constant Field Values

STAT_IDLE_TIMEOUTS

public static final int STAT_IDLE_TIMEOUTS
See Also:
Constant Field Values

STAT_LENGTH_ERRORS

public static final int STAT_LENGTH_ERRORS
See Also:
Constant Field Values

STAT_MAX

public static final int STAT_MAX
See Also:
Constant Field Values

STAT_SYSTEM_NO_BUFFERS

public static final int STAT_SYSTEM_NO_BUFFERS
See Also:
Constant Field Values

TIMER_CONNECT

public static final int TIMER_CONNECT
See Also:
Constant Field Values

TIMER_DISCONNECT

public static final int TIMER_DISCONNECT
See Also:
Constant Field Values

TIMER_IDLE

public static final int TIMER_IDLE
See Also:
Constant Field Values

TIMER_MAX

public static final int TIMER_MAX
See Also:
Constant Field Values

TIMER_RECONNECT

public static final int TIMER_RECONNECT
See Also:
Constant Field Values

TIMER_RESET

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

X21bis

public X21bis()