PowerTCP Emulation for .NET
TerminalTypeSpeed Property




Gets or sets the terminal type and speed.
Syntax
<DefaultValueAttribute()>
Public Property TerminalTypeSpeed As String
Dim instance As Rlogin
Dim value As String
 
instance.TerminalTypeSpeed = value
 
value = instance.TerminalTypeSpeed
[DefaultValue()]
public string TerminalTypeSpeed {get; set;}
[DefaultValue()]
public: __property string* get_TerminalTypeSpeed();
public: __property void set_TerminalTypeSpeed( 
   string* value
);
[DefaultValue()]
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".

See Also

Reference

Rlogin Class
Rlogin Members


PowerTCP Emulation for .NET Documentation Version 4.7
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic