Package com.pi4j.io.gpio
Interface GpioPinDigital
- 
- All Superinterfaces:
- GpioPin
 - All Known Subinterfaces:
- GpioPinDigitalInput,- GpioPinDigitalMultipurpose,- GpioPinDigitalOutput
 - All Known Implementing Classes:
- GpioPinImpl
 
 public interface GpioPinDigital extends GpioPin Gpio digital pin interface. This interface is extension ofGpioPininterface with operation to read digital states.- Author:
- Robert Savage (http://www.savagehomeautomation.com)
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description PinStategetState()booleanisHigh()booleanisLow()booleanisState(PinState state)- 
Methods inherited from interface com.pi4j.io.gpio.GpioPinaddListener, 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
 
- 
 
-