SerialDevice.IsRequestToSendEnabled Property

Definition

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.

Applies to