Package com.pi4j.io.gpio
Interface GpioPinOutput
-
- All Superinterfaces:
GpioPin
- All Known Subinterfaces:
GpioPinAnalogOutput
,GpioPinDigitalMultipurpose
,GpioPinDigitalOutput
,GpioPinPwmOutput
- All Known Implementing Classes:
GpioPinImpl
public interface GpioPinOutput extends GpioPin
Gpio pin output decorator interface.- Author:
- Robert Savage (http://www.savagehomeautomation.com)
-
-
Method Summary
-
Methods inherited from interface com.pi4j.io.gpio.GpioPin
addListener, addListener, clearProperties, export, export, getListeners, getMode, getName, getPin, getProperties, getProperty, getProperty, getProvider, getPullResistance, getShutdownOptions, getTag, hasListener, hasProperty, isExported, isMode, isPullResistance, removeAllListeners, removeListener, removeListener, removeProperty, setMode, setName, setProperty, setPullResistance, setShutdownOptions, setShutdownOptions, setShutdownOptions, setShutdownOptions, setShutdownOptions, setTag, unexport
-
-