Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IConnectionSettingsComSerialPort Interface / DropDTROnDisconnect Property


In This Topic
DropDTROnDisconnect Property (IConnectionSettingsComSerialPort)
In This Topic
When set to true (the default), the Data Terminal Ready (DTR) signal is dropped when the connection closes.
Syntax
'Declaration
 
Property DropDTROnDisconnect As Boolean
 
'Usage
 
Dim instance As IConnectionSettingsComSerialPort
Dim value As Boolean
 
instance.DropDTROnDisconnect = value
 
value = instance.DropDTROnDisconnect

Property Value

This value cannot be changed if the connection is open.
Remarks
Set this value to false to keep the DTR signal high even after closing the connection or quitting Reflection.
See Also