Module ASCIICodes
In: lib/network/protocol/asciicodes.rb
ASCIICodes
Module: ASCIICodes

This module contains the contants used for Telnet

Constants

NUL = 0x00
SOH = 0x01
STX = 0x02
ETX = 0x03
EOT = 0x04
ENQ = 0x05
ACK = 0x06
BEL = 0x07
BS = 0x08
TAB = 0x09
HT = 0x09
LF = 0x0a
VT = 0x0b
FF = 0x0c
CR = 0x0d
SO = 0x0e
SI = 0x0f
DLE = 0x10
DC1 = 0x11
DC2 = 0x12
DC3 = 0x13
DC4 = 0x14
NAK = 0x15
SYN = 0x16
ETB = 0x17
CAN = 0x18
EM = 0x19
SUB = 0x1a
ESC = 0x1b
FS = 0x1c
GS = 0x1d
RS = 0x1e
US = 0x1f
DEL = 0x7f

[Validate]