Module com.pi4j
Package com.pi4j.io

Interface OnOff<T>

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

    Modifier and Type
    Method
    Description
    default T
     

    Methods inherited from interface com.pi4j.io.OnOffRead

    isOff, isOn

    Methods inherited from interface com.pi4j.io.OnOffWrite

    off, on