SerialDevice.ClearToSendState 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 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.