System.Device.Gpio Namespace
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.
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. |