DropDTROnDisconnect Property (IConnectionSettingsModem)
In This Topic
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.
See Also