[Top]
Protocols
Protocols.TELNET
Protocols.TELNET.TelnetCodes
|
Class Protocols.TELNET.TelnetCodes
- Description
-
Table of IAC-codes.
- Constant
IAC
-
constant IAC
- Description
-
interpret as command.
- Constant
DONT
-
constant DONT
- Description
-
you are not to use option
- Constant
DO
-
constant DO
- Description
-
please, you use option
- Constant
WONT
-
constant WONT
- Description
-
I won't use option
- Constant
WILL
-
constant WILL
- Description
-
I will use option
- Constant
SB
-
constant SB
- Description
-
interpret as subnegotiation
- Constant
GA
-
constant GA
- Description
-
you may reverse the line
- Constant
EL
-
constant EL
- Description
-
erase the current line
- Constant
EC
-
constant EC
- Description
-
erase the current character
- Constant
AYT
-
constant AYT
- Description
-
are you there
- Constant
AO
-
constant AO
- Description
-
abort output--but let prog finish
- Constant
IP
-
constant IP
- Description
-
interrupt process--permanently
- Constant
BREAK
-
constant BREAK
- Description
-
break
- Constant
DM
-
constant DM
- Description
-
data mark--for connect. cleaning
- Constant
NOP
-
constant NOP
- Description
-
nop
- Constant
SE
-
constant SE
- Description
-
end sub negotiation
- Constant
EOR
-
constant EOR
- Description
-
end of record (transparent mode)
- Constant
ABORT
-
constant ABORT
- Description
-
Abort process
- Constant
SUSP
-
constant SUSP
- Description
-
Suspend process
- Constant
xEOF
-
constant xEOF
- Description
-
End of file: EOF is already used...
- Constant
SYNCH
-
constant SYNCH
- Description
-
for telfunc calls
|