Description
-
Selects the terminal speed that is reported to the server.
Property type
-
A Long value. Represents terminal speed reported to the remote
server.
Syntax
-
object.TerminalSpeed [= value]
The TerminalSpeed Property syntax has these parts:
| object |
An expression evaluating to an object
of type wodSSH. |
| value |
A Long value. |
Remarks
-
Telnet and SSH protocol specifications define that clients should
send terminal speed to the server, so that it can adjust how fast is
data sent back to the client, or change applications so that they
show more or less details. Most commonly, 38400 bps is reported to
remote side.
-
Note that terminal speed does not really have any affect on the
local side - yet some servers require different values so this
property is provided.
|