com.mindbright.terminal.tandem6530
Interface AsciiCodes

All Known Implementing Classes:
BlockMode, ConvMode, Field, ModeBase, Parser, ProtectBlockMode, 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

static final char NUL
See Also:
Constant Field Values

SOH

static final char SOH
See Also:
Constant Field Values

ETX

static final char ETX
See Also:
Constant Field Values

EOT

static final char EOT
See Also:
Constant Field Values

ENQ

static final char ENQ
See Also:
Constant Field Values

BELL

static final char BELL
See Also:
Constant Field Values

BS

static final char BS
See Also:
Constant Field Values

HT

static final char HT
See Also:
Constant Field Values

LF

static final char LF
See Also:
Constant Field Values

CR

static final char CR
See Also:
Constant Field Values

DC1

static final char DC1
See Also:
Constant Field Values

DC2

static final char DC2
See Also:
Constant Field Values

DC3

static final char DC3
See Also:
Constant Field Values

DC4

static final char DC4
See Also:
Constant Field Values

FS

static final char FS
See Also:
Constant Field Values

GS

static final char GS
See Also:
Constant Field Values

ESC

static final char ESC
See Also:
Constant Field Values

LRC

static final char LRC
See Also:
Constant Field Values