SerialDevice.ClearToSendState Property

Definition

Gets the state of the Clear-to-Send (CTS) line.

public:
 property bool ClearToSendState { bool get(); };
bool ClearToSendState();
public bool ClearToSendState { get; }
var boolean = serialDevice.clearToSendState;
Public ReadOnly Property ClearToSendState As Boolean

Property Value

Boolean

bool

Detects the state of Clear-to-Send line. If the line is detected, value is true; otherwise, false.

Applies to