-
- All Known Subinterfaces:
DigitalOutput,OnOff<T>,OnOffGroup,Pwm
- All Known Implementing Classes:
DigitalOutputBase,PwmBase
public interface OnOffWrite<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Toff()Ton()
-
-
-
Method Detail
-
on
T on() throws IOException
- Throws:
IOException
-
off
T off() throws IOException
- Throws:
IOException
-
-