Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / 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
'Declaration
 
Property DeviceResponse As DeviceAttributeResponseOption
 
'Usage
 
Dim instance As ITerminal
Dim value As DeviceAttributeResponseOption
 
instance.DeviceResponse = value
 
value = instance.DeviceResponse

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 Reflection Terminal Reference PDF file.
See Also