SerialPinChange Enum

Definition

Defines values for types of signal state changes on the serial port.

public enum class SerialPinChange
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class SerialPinChange
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum SerialPinChange
var value = Windows.Devices.SerialCommunication.SerialPinChange.breakSignal
Public Enum SerialPinChange
Inheritance
SerialPinChange
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Fields

BreakSignal 0

Change in the break signal state.

CarrierDetect 1

Change in the Carrier Detect line for the port.

ClearToSend 2

Change in the Clear-to-Send line for the port.

DataSetReady 3

Change in the state of the Data Set Ready (DSR) signal.

RingIndicator 4

Change in the ring indicator state.

Applies to