Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1009 Bytes

pinchangedeventargs.md

File metadata and controls

20 lines (14 loc) · 1009 Bytes
-api-id -api-type
T:Windows.Devices.SerialCommunication.PinChangedEventArgs
winrt class

Windows.Devices.SerialCommunication.PinChangedEventArgs

-description

Represents the object that is passed as a parameter to the event handler that is invoked when the state of a signal line changes on the serial port.

-remarks

At times, the state of a signal line can change on the serial port. For example, when the break state is enabled on the serial port causing data transmission to stop. The event is reported by invoking the app-implemented PinChanged event handler. That event handler's parameter is a PinChangedEventArgs object. Inspect the PinChange property to determine the type of signal line. Those values are defined in the SerialPinChange enumeration.

-examples

-see-also