Interface GpioControl.GpioServiceAction<T>
- Type Parameters:
T- the action result type
- Enclosing class:
- GpioControl
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
API for interacting with the GpioService.
-
Method Summary
-
Method Details
-
perform
Perform the action.- Parameters:
gpio- the GPIO service- Returns:
- the result
- Throws:
IOException- if any communication error occurs
-