SerialDevice.IsRequestToSendEnabled 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 Request to Send (RTS) signal.
public:
property bool IsRequestToSendEnabled { bool get(); void set(bool value); };
bool IsRequestToSendEnabled();
void IsRequestToSendEnabled(bool value);
public bool IsRequestToSendEnabled { get; set; }
var boolean = serialDevice.isRequestToSendEnabled;
serialDevice.isRequestToSendEnabled = boolean;
Public Property IsRequestToSendEnabled As Boolean
Property Value
Boolean
bool
Enables or disables the Request to Send (RTS) signal. true enables DTR; Otherwise, false.