Namespace Iot.Device.Button
Classes
- ButtonBase
Base implementation of Button logic. Hardware independent. Inherit for specific hardware handling.
- ButtonHoldingEventArgs
Button holding event arguments.
- GpioButton
GPIO implementation of Button. Inherits from ButtonBase.
Enums
- ButtonHoldingState
The different states of a button that is being held.
Delegates
- ButtonBase.ButtonHoldingDelegate
Delegate for button holding.
- ButtonBase.ButtonPressedDelegate
Delegate for button pressed.