SerialPinChange
SerialPinChange
SerialPinChange
SerialPinChange
Enum
Definition
Defines values for types of signal state changes on the serial port.
public : enum class SerialPinChangepublic enum SerialPinChangePublic Enum SerialPinChange// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| BreakSignal BreakSignal BreakSignal BreakSignal | Change in the break signal state. |
| CarrierDetect CarrierDetect CarrierDetect CarrierDetect | Change in the Carrier Detect line for the port. |
| ClearToSend ClearToSend ClearToSend ClearToSend | Change in the Clear-to-Send line for the port. |
| DataSetReady DataSetReady DataSetReady DataSetReady | Change in the state of the Data Set Ready (DSR) signal. |
| RingIndicator RingIndicator RingIndicator RingIndicator | Change in the ring indicator state. |