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.
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 |
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
X25
public X25()
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.