Difference between revisions of "TTnCnx"
Jump to navigation
Jump to search
Markus.humm (talk | contribs) (event display fixed) |
Markus.humm (talk | contribs) (events ordered alphabetically) |
||
| Line 25: | Line 25: | ||
== Events == | == Events == | ||
{| | {| | ||
| − | |||
| − | |||
| − | |||
| − | |||
| valign="top" | [[TTnCnx.OnDataAvailable | OnDataAvailable]] |||| Raised when data has been received. | | valign="top" | [[TTnCnx.OnDataAvailable | OnDataAvailable]] |||| Raised when data has been received. | ||
|- | |- | ||
| Line 34: | Line 30: | ||
|- | |- | ||
| valign="top" | [[TTnCnx.OnEndOfRecord | OnEndOfRecord]] |||| Raised when the end of a record is reached?. | | valign="top" | [[TTnCnx.OnEndOfRecord | OnEndOfRecord]] |||| Raised when the end of a record is reached?. | ||
| + | |- | ||
| + | | valign="top" | [[TTnCnx.OnLocalEcho | OnLocalEcho]] |||| Raised when ?. | ||
|- | |- | ||
| valign="top" | [[TTnCnx.OnSendLoc | OnSendLoc]] |||| ?. | | valign="top" | [[TTnCnx.OnSendLoc | OnSendLoc]] |||| ?. | ||
| + | |- | ||
| + | | valign="top" | [[TTnCnx.OnSessionClosed | OnSessionClosed]] |||| Raised after a close of the existing connection. | ||
| + | |- | ||
| + | | valign="top" width="150" | [[TTnCnx.OnSessionConnected | OnSessionConnected]] |||| Raised upon succesfull connection of a session | ||
|- | |- | ||
| valign="top" | [[TTnCnx.OnTermType | OnTermType]] |||| Raised when the type of the terminal has changed?. | | valign="top" | [[TTnCnx.OnTermType | OnTermType]] |||| Raised when the type of the terminal has changed?. | ||
| − | |||
| − | |||
|} | |} | ||
Revision as of 10:54, 27 September 2006
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
| OnDataAvailable | Raised when data has been received. | |
| OnDisplay | ?. | |
| OnEndOfRecord | Raised when the end of a record is reached?. | |
| OnLocalEcho | Raised when ?. | |
| OnSendLoc | ?. | |
| OnSessionClosed | Raised after a close of the existing connection. | |
| OnSessionConnected | Raised upon succesfull connection of a session | |
| OnTermType | Raised when the type of the terminal has changed?. |