PinChangedEventArgs.PinChange Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the type of signal change that caused the event on the serial port.
public:
property SerialPinChange PinChange { SerialPinChange get(); };
SerialPinChange PinChange();
public SerialPinChange PinChange { get; }
var serialPinChange = pinChangedEventArgs.pinChange;
Public ReadOnly Property PinChange As SerialPinChange
Property Value
One of the values defined in SerialPinChange enumeration.