InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / VT640Compatible Property


In This Topic
    VT640Compatible Property
    In This Topic
    Gets or sets a value indicating whether InfoConnect switches back and forth automatically between Tektronix and VT terminal emulation when it receives VT640-compatible control characters from the host.
    Syntax
    'Declaration
     
    
    Property VT640Compatible As Boolean
    'Usage
     
    
    Dim instance As ITerminal
    Dim value As Boolean
     
    instance.VT640Compatible = value
     
    value = instance.VT640Compatible
    bool VT640Compatible {get; set;}

    Property Value

    The default value is false.
    Remarks
    When this property is true, InfoConnect automatically sets the value of TerminalType to Tek401X when it receives a control character (Ctrl-]) or the escape sequence EscGs from the host. InfoConnect exits Tektronix terminal emulation and sets TerminalType to VT400_7 when it receives a Cancel control character (Ctrl-X) from the host.
    See Also