Edit

Share via


PinValueChangedEventArgs(PinEventTypes, Int32) Constructor

Definition

Initializes a new instance of the PinValueChangedEventArgs class.

public PinValueChangedEventArgs (System.Device.Gpio.PinEventTypes changeType, int pinNumber);
new System.Device.Gpio.PinValueChangedEventArgs : System.Device.Gpio.PinEventTypes * int -> System.Device.Gpio.PinValueChangedEventArgs
Public Sub New (changeType As PinEventTypes, pinNumber As Integer)

Parameters

changeType
PinEventTypes

The change type that triggered the event.

pinNumber
Int32

The pin number that triggered the event.

Applies to