Back to product page
- Introduction
- Overview
- License Agrement
- Getting Started
- Objects
- Enumerations
- wodSSH
- Methods
- Properties
- AllocatePty
- Authentication
- Blocking
- ClientName
- Columns
- Command
- Compression
- DataOut
- DataReady
- Encoding
- Encryption
- EncryptionList
- ErrorText
- ExitSignal
- ExitStatus
- FIPS
- ForwardHost
- ForwardPort
- HMacList
- Hostname
- KeepAlives
- KeyExchangeList
- KeyForward
- KeySignatureList
- LastError
- Login
- MyHostname
- MyIP
- Notification
- Password
- Port
- PrivateKey
- Prompt
- Protocol
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- RemoteIdentification
- Rows
- ShowStdErrorMessages
- State
- StateText
- StripANSI
- StripNull
- Subsystem
- TerminalSpeed
- TerminalType
- Timeout
- UseIPv6
- Version
- Events
- IwodSSHNotify
- How to get support?
- Technical information
- Fast notifications interface
- Error list
TerminalSpeed
Selects the terminal speed that is reported to the server.
Type
A Long value. Represents terminal speed reported to the remote server.Syntax
- Basic
object.TerminalSpeed [= value]
The TerminalSpeed(object,value) syntax has these parts:
The TerminalSpeed(object,value) 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.