advancedrelay.laygo
Class X25

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

public final class X25
extends java.lang.Object

Exports constants from the X.25 network protocol layer.


Field Summary
static int D_BIT
           
static int IOCTL_DEBUG_WRITE
           
static int IOCTL_MAX
           
static int IOCTL_REQUEST_RESTART
           
static int IOCTL_SEND_INTERRUPT
           
static int IOCTL_SEND_INTERRUPT_CONFIRMATION
           
static int IOCTL_VC_MAX
           
static int M_BIT
           
static int MSG_DIAGNOSTIC
           
static int MSG_INTERRUPT
           
static int MSG_INTERRUPT_CONFIRMATION
           
static int MSG_MAX
           
static int Q_BIT
           
static int STAT_DATA_RECEIVED
           
static int STAT_DATA_SENT
           
static int STAT_INVALID_GFI
           
static int STAT_MAX
           
static int STAT_PACKET_ON_UNASSIGNED_LOGICAL_CHANNEL
           
static int STAT_PACKET_TOO_SHOR
           
static int STAT_RESETS_RECEIVED
           
static int STAT_RESETS_SENT
           
static int STAT_RNR_RECEIVED
           
static int STAT_RNR_SENT
           
static int STAT_RR_RECEIVED
           
static int STAT_RR_SENT
           
static int STAT_UNKNOWN_PACKETS
           
static int STAT_VC_MAX
           
static int TIMER_MAX
           
static int TIMER_T20_RESTART
           
static int TIMER_T21_CALL
           
static int TIMER_T22_RESET
           
static int TIMER_T23_CLEAR
           
static int TIMER_T24_WINDOW_STATUS
           
static int TIMER_T25_WINDOW_ROTATION
           
static int TIMER_T28_REGISTRATION
           
static int TIMER_VC_MAX
           
 
Constructor Summary
X25()
           
 
Method Summary
 byte[] LoadCallData(java.lang.String fileName)
          Reads call request data from a file.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

D_BIT

public static final int D_BIT
See Also:
Constant Field Values

IOCTL_DEBUG_WRITE

public static final int IOCTL_DEBUG_WRITE
See Also:
Constant Field Values

IOCTL_MAX

public static final int IOCTL_MAX
See Also:
Constant Field Values

IOCTL_REQUEST_RESTART

public static final int IOCTL_REQUEST_RESTART
See Also:
Constant Field Values

IOCTL_SEND_INTERRUPT

public static final int IOCTL_SEND_INTERRUPT
See Also:
Constant Field Values

IOCTL_SEND_INTERRUPT_CONFIRMATION

public static final int IOCTL_SEND_INTERRUPT_CONFIRMATION
See Also:
Constant Field Values

IOCTL_VC_MAX

public static final int IOCTL_VC_MAX
See Also:
Constant Field Values

M_BIT

public static final int M_BIT
See Also:
Constant Field Values

MSG_DIAGNOSTIC

public static final int MSG_DIAGNOSTIC
See Also:
Constant Field Values

MSG_INTERRUPT

public static final int MSG_INTERRUPT
See Also:
Constant Field Values

MSG_INTERRUPT_CONFIRMATION

public static final int MSG_INTERRUPT_CONFIRMATION
See Also:
Constant Field Values

MSG_MAX

public static final int MSG_MAX
See Also:
Constant Field Values

Q_BIT

public static final int Q_BIT
See Also:
Constant Field Values

STAT_DATA_RECEIVED

public static final int STAT_DATA_RECEIVED
See Also:
Constant Field Values

STAT_DATA_SENT

public static final int STAT_DATA_SENT
See Also:
Constant Field Values

STAT_INVALID_GFI

public static final int STAT_INVALID_GFI
See Also:
Constant Field Values

STAT_MAX

public static final int STAT_MAX
See Also:
Constant Field Values

STAT_PACKET_ON_UNASSIGNED_LOGICAL_CHANNEL

public static final int STAT_PACKET_ON_UNASSIGNED_LOGICAL_CHANNEL
See Also:
Constant Field Values

STAT_PACKET_TOO_SHOR

public static final int STAT_PACKET_TOO_SHOR
See Also:
Constant Field Values

STAT_RESETS_RECEIVED

public static final int STAT_RESETS_RECEIVED
See Also:
Constant Field Values

STAT_RESETS_SENT

public static final int STAT_RESETS_SENT
See Also:
Constant Field Values

STAT_RNR_RECEIVED

public static final int STAT_RNR_RECEIVED
See Also:
Constant Field Values

STAT_RNR_SENT

public static final int STAT_RNR_SENT
See Also:
Constant Field Values

STAT_RR_RECEIVED

public static final int STAT_RR_RECEIVED
See Also:
Constant Field Values

STAT_RR_SENT

public static final int STAT_RR_SENT
See Also:
Constant Field Values

STAT_UNKNOWN_PACKETS

public static final int STAT_UNKNOWN_PACKETS
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_T20_RESTART

public static final int TIMER_T20_RESTART
See Also:
Constant Field Values

TIMER_T21_CALL

public static final int TIMER_T21_CALL
See Also:
Constant Field Values

TIMER_T22_RESET

public static final int TIMER_T22_RESET
See Also:
Constant Field Values

TIMER_T23_CLEAR

public static final int TIMER_T23_CLEAR
See Also:
Constant Field Values

TIMER_T24_WINDOW_STATUS

public static final int TIMER_T24_WINDOW_STATUS
See Also:
Constant Field Values

TIMER_T25_WINDOW_ROTATION

public static final int TIMER_T25_WINDOW_ROTATION
See Also:
Constant Field Values

TIMER_T28_REGISTRATION

public static final int TIMER_T28_REGISTRATION
See Also:
Constant Field Values

TIMER_VC_MAX

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

X25

public X25()
Method Detail

LoadCallData

public byte[] LoadCallData(java.lang.String fileName)
                    throws java.io.IOException
Reads call request data from a file.

Parameters:
fileName - Name of file to read call data from.
Throws:
java.io.IOException - If an IO error occurs.