Back to product page
- Introduction
- License agreement
- Getting Started
- Enumerations
- Objects
- wodTelnetDLX
- Methods
- Properties
- Authentication
- AutoSize
- BackColor
- BackLog
- BindIP
- BindPort
- Blocking
- BorderVisible
- Certificate
- CharEncoding
- Column
- Columns
- ColWidth
- Command
- ContextMenu
- CursorHeight
- DataOut
- DataReady
- Enabled
- ErrorText
- ExitSignal
- ExitStatus
- Font
- ForeColor
- HandleSysKeys
- Hostname
- hWnd
- KeepAlives
- Language
- LastError
- LocalCertBag
- Login
- MousePointer
- MouseWheel
- MyHostname
- MyIP
- Notification
- Password
- Picture
- Port
- Prompt
- Protocol
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- RecordMode
- RemoteIdentification
- Row
- RowHeight
- Rows
- ScrollBars
- ScrollX
- ScrollY
- SecureMethod
- SelectedText
- ShowCursor
- Socket
- SpecialKeyFocus
- State
- StateText
- StripANSI
- StripColors
- TabStop
- TelnetOption
- TerminalEmulation
- TerminalType
- Text
- Timeout
- TranslateSpecial
- UseIPv6
- Version
- Events
- IwodTelnetNotify
- wodTelnetDLX
- How to get support?
- Technical information
- Fast notifications interface
- Error list
KeepAlives property
Defines number of seconds of inactivity before KeepAlive ignore packets are sent.
Type
IntegerSyntax
- Basic
object.KeepAlives [= value]
The KeepAlives(object) syntax has these parts:
The KeepAlives(object) syntax has these parts:
object | An expression evaluating to an object of type wodTelnetDLX |
Remarks
KeepAlives value specifies how many seconds of must pass without any activity between wodTelnetDLX and remote server before wodTelnetDLX sends "KeepAlive" packet to test if connection is still open or not. This is useful if you want to setTimeout = 0
but still would like to occasionally test if connection is established.
Since possible connection problems occur when data is being transmitted, KeepAlives (also known as Ignore/None packets) are sent. They are ignored by the server, but if connection is broken error is reported so you can try to reconnect.
Leaving
KeepAlives = 0
will prevent wodTelnetDLX from sending those packets.