SerialDevice.DataSetReadyState 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 Data Set Ready (DSR) signal.
public:
property bool DataSetReadyState { bool get(); };
bool DataSetReadyState();
public bool DataSetReadyState { get; }
var boolean = serialDevice.dataSetReadyState;
Public ReadOnly Property DataSetReadyState As Boolean
Property Value
Boolean
bool
Indicates whether DSR has been sent to the serial port. If the signal was sent, value is true; otherwise, false.