System.Device.Gpio Namespace

Classes

GpioController

Represents a general-purpose I/O (GPIO) controller.

GpioDriver

Base class for Gpio Drivers. A Gpio driver provides methods to read from and write to digital I/O pins.

GpioPin

Represents a general-purpose I/O (GPIO) pin.

PinValueChangedEventArgs

Arguments passed in when an event is triggered by the GPIO.

Structs

PinValue

Represents a value for a pin.

PinValuePair

Simple wrapper for a pin/value pair.

WaitForEventResult

Resulting object after waiting for an event to occur.

Enums

PinEventTypes

Event types that can be triggered by the GPIO. Also used to report the received event types back.

PinMode

Pin modes supported by the GPIO controllers and drivers.

PinNumberingScheme

Different numbering schemes supported by GPIO controllers and drivers.

Delegates

PinChangeEventHandler

Delegate that defines the structure for callbacks when a pin value changed event occurs.