Enum SerialPinChange
Defines values for types of signal state changes on the serial port.
Namespace: Windows.Devices.SerialCommunication
Assembly: Windows.Devices.SerialCommunication.dll
Syntax
public enum SerialPinChange
Fields
Name | Description |
---|---|
BreakSignal | Change in the break signal state. |
CarrierDetect | Change in the Carrier Detect line for the port. |
ClearToSend | Change in the Clear-to-Send line for the port. |
DataSetReady | Change in the state of the Data Set Ready (DSR) signal. |
RingIndicator | Change in the ring indicator state. |