Skip to main content

PinValueChangedEventArgs Class

Namespace: System.Device.Gpio · Assembly: GHIElectronics.TinyCLR.System.Device.Gpio

Arguments for the .NET IoT pin-change callback.

public sealed class PinValueChangedEventArgs : EventArgs

Constructors

PinValueChangedEventArgs(PinEventTypes changeType, int pinNumber)

public PinValueChangedEventArgs(PinEventTypes changeType, int pinNumber)

No description available.

ParameterTypeDescription
changeTypePinEventTypes
pinNumberint

Properties

ChangeType

public PinEventTypes ChangeType { get; }

No description available.

PinNumber

public int PinNumber { get; }

The controller-relative pin index this object represents. (inherited)