SerialDevice.IsDataTerminalReadyEnabled Property

Definition

Gets or sets a value that enables the Data Terminal Ready (DTR) signal.

public:
 property bool IsDataTerminalReadyEnabled { bool get(); void set(bool value); };
bool IsDataTerminalReadyEnabled();

void IsDataTerminalReadyEnabled(bool value);
public bool IsDataTerminalReadyEnabled { get; set; }
var boolean = serialDevice.isDataTerminalReadyEnabled;
serialDevice.isDataTerminalReadyEnabled = boolean;
Public Property IsDataTerminalReadyEnabled As Boolean

Property Value

Boolean

bool

Enables or disables the Data Terminal Ready (DTR) signal. true enables DTR; Otherwise, false.

Applies to