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


In This Topic
    SerialDeviceToHost Property
    In This Topic
    Gets or sets a value indicating whether data received from the currently configured serial device port is sent to the host.
    Syntax
    'Declaration
     
    
    Property SerialDeviceToHost As Boolean
    'Usage
     
    
    Dim instance As ITerminal
    Dim value As Boolean
     
    instance.SerialDeviceToHost = value
     
    value = instance.SerialDeviceToHost
    bool SerialDeviceToHost {get; set;}

    Property Value

    The default is false.
    Remarks
    This property is usually set by the host application when it is required.
    See Also