Difference between revisions of "TTnCnx"

From Overbyte
Jump to navigation Jump to search
(events ordered alphabetically)
(start of methods a<nd missing properties)
Line 9: Line 9:
 
|-
 
|-
 
| valign="top" | [[TTnCnx.LocalEcho | LocalEcho]] |||| Display sent characters on local side as well?.
 
| valign="top" | [[TTnCnx.LocalEcho | LocalEcho]] |||| Display sent characters on local side as well?.
 +
|-
 +
| valign="top" | [[TTnCnx.Handle | Handle]] |||| Window handle.
 
|-
 
|-
 
| valign="top" | [[TTnCnx.Location | Location]] |||| ?.
 
| valign="top" | [[TTnCnx.Location | Location]] |||| ?.
Line 15: Line 17:
 
|-
 
|-
 
| valign="top" | [[TTnCnx.Port | Port]] |||| Port on the server side where the connection is made to.
 
| valign="top" | [[TTnCnx.Port | Port]] |||| Port on the server side where the connection is made to.
 +
|-
 +
| valign="top" | [[TTnCnx.State | State]] |||| Status of the socket used.
 
|-
 
|-
 
| valign="top" | [[TTnCnx.Tag | Tag]] |||| Integer property for free usage.
 
| valign="top" | [[TTnCnx.Tag | Tag]] |||| Integer property for free usage.
Line 22: Line 26:
  
 
== Methods ==
 
== Methods ==
 +
{|
 +
| valign="top" | [[TTnCnx.Close | Close]] |||| Close the connection.
 +
|-
 +
| valign="top" | [[TTnCnx.Connect | Connect]] |||| Connect to a server.
 +
|-
 +
| valign="top" width="150" | [[TTnCnx.Create | Create]] |||| Create the instance.
 +
|-
 +
| valign="top" | [[TTnCnx.Destroy | Destroy]] |||| Free the instance.
 +
|-
 +
| valign="top" | [[TTnCnx.DontOption | DontOption]] |||| ?.
 +
|-
 +
| valign="top" | [[TTnCnx.DoOption | DoOption]] |||| ?.
 +
|-
 +
| valign="top" | [[TTnCnx.IsConnected | IsConnected]] |||| DOes a connection exist?.
 +
|}
 +
  
 
== Events ==
 
== Events ==

Revision as of 10:59, 27 September 2006

Main page -> ICS components reference -> TTnCnx

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.
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?.


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?.