TLCmd class
Telnet 命令代码。
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Static Properties
- ao → TLCmd
-
Abort Output. Allows the current process to run to completion but do not send its output to the user.
final
- ayt → TLCmd
-
Are you there? AYT is used to determine if the remote TELNET partner is still up and running.
final
- brk → TLCmd
-
NYT character break.
final
- dm → TLCmd
-
Data Mark (part of the Synch function). Indicates the position of a Synch event within the data stream.
final
- doIt → TLCmd
-
Sender asks receiver to enable an option.
final
- doNot → TLCmd
-
Sender asks receiver not to enable an option.
final
- ec → TLCmd
-
Erase character. Erase character is used to indicate the receiver should delete the last preceding undeleted character from the data stream.
final
- el → TLCmd
-
Erase line. Delete characters from the data stream back to but not including the previous CRLF.
final
- ga → TLCmd
-
Go ahead. Go ahead is used in half-duplex mode to indicate the other end that it can transmit.
final
- iac → TLCmd
-
IAC (Interpret as Command).
final
- ip → TLCmd
-
Suspend, interrupt or abort the process to which the NVT is connected.
final
- nop → TLCmd
-
No operation.
final
- sb → TLCmd
-
Begin of subnegotiation.
final
- se → TLCmd
-
End of subnegotiation parameters.
final
- will → TLCmd
-
The sender wants to enable an option.
final
- wont → TLCmd
-
The sender do not wants to enable an option.
final