SerialDevice.DataSetReadyState Property

Definition

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.

Applies to