InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IConnectionSettingsModem Interface / DropDTROnDisconnect Property


In This Topic
    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.
    Remarks
    Set this value to false, to keep the DTR signal after closing the connection or quitting InfoConnect.
    See Also