PowerTCP Emulation for .NET CF
Dart.Emulation Namespace
See Also  Inheritance Hierarchy Send comments on this topic.

Classes

 ClassDescription
ClassCommandEventArgs Contains Telnet command event data.
ClassDataEventArgs Provides data for the KeyPress event.
ClassErrorEventArgs Provides data for the Error event;
ClassOption Encapsulates a Telnet option.
ClassOptionCollection A collection of Option objects.
ClassOptionEventArgs Contains option event data.
ClassRexec The Rexec component enables use of the remote execution protocol within any .NET application.
ClassRlogin The Rlogin component enables use of the remote login protocol within any .NET application.
ClassRsh The Rsh component enables use of the remote shell protocol within any .NET application.
ClassSelection Contains methods and properties that control the display of selected cells as well as getting the text and attributes of those cells.
ClassTelnet The Telnet component enables use of the Telnet protocol within any .NET application.
ClassVt Represents a terminal emulator used to display VT formatted data.
ClassVtKeyEventArgs Provides data for the KeyDown event.

Structures

 StructureDescription
StructureCell Represents a single cell (occupied by a single character) on the Vt control.

Delegates

 DelegateDescription
DelegateCommandEventHandler Represents the method that will handle an event in which a command is received.
DelegateErrorEventHandler Represents the method that will handle the Error event.
DelegateKeyDownHandler Represents the method that will handle the KeyDown event.
DelegateKeyPressHandler Represents the method that will handle the KeyPress event.
DelegateOptionEventHandler Represents the method that will handle an event in which an option status changes.
DelegateRexecThreadStart Represents the method that will execute on a worker thread when Start is used.
DelegateRloginThreadStart Represents the method that will execute on a worker thread when Start is used.
DelegateRshThreadStart Represents the method that will execute on a worker thread when Start is used.
DelegateTelnetThreadStart Represents the method that will execute on a worker thread when Start is used.

Enumerations

 EnumerationDescription
EnumerationCommand Enumerates the TELNET protocol commands that can be sent.
EnumerationCursorKeys Enumerates the values of the CursorKeys property. The cursor keys can be set up to provide ANSI cursor control or application control.
EnumerationCursorStyle Enumerates the values of the CursorStyle property.
EnumerationKeyPad Enumerates the values of the KeyPad property. The keypad can generate numeric values or application-specific values.
EnumerationNationalCharSet Enumerates the national character sets exposed by the NationalCharSet property.
EnumerationNewLine Enumerates the end-of-line sequences sent to the host in response to an EOL character (ENTER key). Used by the NewLine property.
EnumerationOptionCode Enumerates the supported Telnet options.
EnumerationOptionState Enumerates the current state of an Option object.
EnumerationScroll Enumerates the values of the Vt.ScrollType property. The display screen can perform smooth scrolling or jump scrolling.
EnumerationSelectionMode Enumerates the values of the SelectionMode property.
EnumerationStyles Enumerates the styles for a cell. Used by the Cell.Styles property.
EnumerationTerminalType Enumerates the values of the TerminalType property.

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.