com.mindbright.terminal.tandem6530
Interface AsciiCodes

All Known Implementing Classes:
Field, ModeBase, Parser, ProtectedScreen, Screen6530, Terminal6530

public interface AsciiCodes


Field Summary
static char BELL
           
static char BS
           
static char CR
           
static char DC1
           
static char DC2
           
static char DC3
           
static char DC4
           
static char ENQ
           
static char EOT
           
static char ESC
           
static char ETX
           
static char FS
           
static char GS
           
static char HT
           
static char LF
           
static char LRC
           
static char NUL
           
static char SOH
           
 

Field Detail

NUL

public static final char NUL
See Also:
Constant Field Values

SOH

public static final char SOH
See Also:
Constant Field Values

ETX

public static final char ETX
See Also:
Constant Field Values

EOT

public static final char EOT
See Also:
Constant Field Values

ENQ

public static final char ENQ
See Also:
Constant Field Values

BELL

public static final char BELL
See Also:
Constant Field Values

BS

public static final char BS
See Also:
Constant Field Values

HT

public static final char HT
See Also:
Constant Field Values

LF

public static final char LF
See Also:
Constant Field Values

CR

public static final char CR
See Also:
Constant Field Values

DC1

public static final char DC1
See Also:
Constant Field Values

DC2

public static final char DC2
See Also:
Constant Field Values

DC3

public static final char DC3
See Also:
Constant Field Values

DC4

public static final char DC4
See Also:
Constant Field Values

FS

public static final char FS
See Also:
Constant Field Values

GS

public static final char GS
See Also:
Constant Field Values

ESC

public static final char ESC
See Also:
Constant Field Values

LRC

public static final char LRC
See Also:
Constant Field Values