InfoConnect for Unisys
DropDTROnDisconnect Property (IConnectionSettingsModem)


When set to true, the Data Terminal Ready (DTR) signal is dropped when the connection is closed.
Syntax
'Declaration
 
Property DropDTROnDisconnect As Boolean
'Usage
 
Dim instance As IConnectionSettingsModem
Dim value As Boolean
 
instance.DropDTROnDisconnect = value
 
value = instance.DropDTROnDisconnect
bool DropDTROnDisconnect {get; set;}

Property Value

The default value is true. This value cannot be changed if the connection is open.
Remarks
Set this value to false, to keep the DTR signal after closing the connection or quitting InfoConnect.
See Also