PinChangedEventArgs.PinChange Property

Definition

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.

Applies to