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


In This Topic
    DeviceResponse Property
    In This Topic
    Gets or sets how InfoConnect responds to a primary device attribute request from the host (usually when logging on).
    Syntax
    'Declaration
     
    
    Property DeviceResponse As DeviceAttributeResponseOption
    'Usage
     
    
    Dim instance As ITerminal
    Dim value As DeviceAttributeResponseOption
     
    instance.DeviceResponse = value
     
    value = instance.DeviceResponse
    DeviceAttributeResponseOption DeviceResponse {get; set;}

    Property Value

    The default depends on whether you have selected UNIX or OpenVMS defaults. See HostForDefaultSettings for details.
    Remarks
    This value is independent of the value for TerminalType. For a list of the actual replies that are sent for each value, see the InfoConnect Terminal Reference PDF file.
    See Also