Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Terminal Object / DeviceResponse Property
In This Topic
    DeviceResponse Property
    In This Topic
    Gets or sets how Reflection responds to a primary device attribute request from the host (usually when logging on).
    Syntax
    expression.DeviceResponse As DeviceAttributeResponseOption
    where expression is a variable that represents a Terminal Object

    Property Value

    A DeviceAttributeResponseOption value
    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 Reflection Terminal Reference PDF file. For UNIX and OpenVMS and ReGIS Graphics emulations, the default depends on whether you have selected UNIX or OpenVMS defaults. See HostForDefaultSettings for details.
    See Also