PowerTCP Emulation for .NET CF
TerminalTypeSpeed Property
See Also  Send comments on this topic.
Dart.Emulation Namespace > Rlogin Class : TerminalTypeSpeed Property




Gets or sets the terminal type and speed.

Syntax

Visual Basic (Declaration) 
Public Property TerminalTypeSpeed As String
Visual Basic (Usage)Copy Code
Dim instance As Rlogin
Dim value As String
 
instance.TerminalTypeSpeed = value
 
value = instance.TerminalTypeSpeed
C# 
public string TerminalTypeSpeed {get; set;}
Managed Extensions for C++ 
public: __property string* get_TerminalTypeSpeed();
public: __property void set_TerminalTypeSpeed( 
   string* value
);
C++/CLI 
public:
property String^ TerminalTypeSpeed {
   String^ get();
   void set (    String^ value);
}

Property Value

A string representing the terminal type and speed. Defaults to "vt320/19200".

Remarks

The Rlogin protocol dictates that client terminal type and terminal speed is sent to the remote host during login. Set this property before logging in.

The format for this string is [terminal type]/[terminal speed]. For example, "vt320/19200".

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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