SerialDevice.IsDataTerminalReadyEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.