-
- All Superinterfaces:
OnOffRead<T>,OnOffWrite<T>
- All Known Subinterfaces:
DigitalOutput,OnOffGroup,Pwm
- All Known Implementing Classes:
DigitalOutputBase,PwmBase
public interface OnOff<T> extends OnOffRead<T>, OnOffWrite<T>
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Ttoggle()-
Methods inherited from interface com.pi4j.io.OnOffWrite
off, on
-
-
-
-
Method Detail
-
toggle
default T toggle() throws IOException
- Throws:
IOException
-
-