TTnCnx
Main page -> ICS components reference -> TTnCnx
Contents
Overview
TTnCnx implements a Telnet connection.
Properties
Host | Used to set. | |
LocalEcho | Display sent characters on local side as well?. | |
Location | ?. | |
Name | Name of the instance. | |
Port | Port on the server side where the connection is made to. | |
Tag | Integer property for free usage. | |
TermType | Type of the terminal (internally used command language). |
Methods
Events
| valign="top" width="150" | OnSessionConnected |||| Raised upon succesfull connection of a session |- | valign="top" | OnSessionClosed |||| Raised after a close of the existing connection. |- | valign="top" | OnDataAvailable |||| Raised when data has been received. |- | valign="top" | OnDisplay |||| ?. |- | valign="top" | OnEndOfRecord |||| Raised when the end of a record is reached?. |- | valign="top" | OnSendLoc |||| ?. |- | valign="top" | OnTermType |||| Raised when the type of the terminal has changed?. |- | valign="top" | OnLocalEcho |||| Raised when ?. |}