PowerTCP Emulation for .NET
TerminalType Property (Vt)




Gets or sets the terminal type to emulate.
Syntax
<DefaultValueAttribute()>
Public Property TerminalType As TerminalType
Dim instance As Vt
Dim value As TerminalType
 
instance.TerminalType = value
 
value = instance.TerminalType
[DefaultValue()]
public TerminalType TerminalType {get; set;}
[DefaultValue()]
public: __property TerminalType get_TerminalType();
public: __property void set_TerminalType( 
   TerminalType value
);
[DefaultValue()]
public:
property TerminalType TerminalType {
   TerminalType get();
   void set (    TerminalType value);
}

Property Value

A TerminalType value. The default value is TerminalType.Vt370_7.
Remarks

Escape sequences are interpreted using the terminal type specified in this property.

If data is received from the host which causes this property to change, the TerminalTypeChanged event is raised.

See Also

Reference

Vt Class
Vt Members


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