Difference between revisions of "TTnCnx"
Jump to navigation
Jump to search
Markus.humm (talk | contribs) (added more methods) |
Markus.humm (talk | contribs) |
||
Line 19: | Line 19: | ||
|- | |- | ||
| valign="top" | [[TTnCnx.State | State]] |||| Status of the socket used. | | valign="top" | [[TTnCnx.State | State]] |||| Status of the socket used. | ||
+ | |- | ||
+ | | valign="top" | [[TWSocket | Socket]] |||| The socket used internally. | ||
|- | |- | ||
| valign="top" | [[TTnCnx.Tag | Tag]] |||| Integer property for free usage. | | valign="top" | [[TTnCnx.Tag | Tag]] |||| Integer property for free usage. |
Revision as of 10:53, 4 October 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?. | |
Handle | Window handle. | |
Location | ?. | |
Name | Name of the instance. | |
Port | Port on the server side where the connection is made to. | |
State | Status of the socket used. | |
Socket | The socket used internally. | |
Tag | Integer property for free usage. | |
TermType | Type of the terminal (internally used command language). |
Methods
Close | Close the connection. | |
Connect | Connect to a server. | |
Create | Create the instance. | |
Destroy | Free the instance. | |
DontOption | ?. | |
DoOption | ?. | |
IsConnected | Does a connection exist?. | |
Notification | ?. | |
Pause | Let's have a break?. | |
Resume | Restart operation after a Pause. | |
WillOption | ?. | |
WontOption | ?. |
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?. |