Package com.pi4j.io.gpio.impl
Class GpioPinShutdownImpl
- java.lang.Object
- 
- com.pi4j.io.gpio.impl.GpioPinShutdownImpl
 
- 
- All Implemented Interfaces:
- GpioPinShutdown
 
 public class GpioPinShutdownImpl extends Object implements GpioPinShutdown 
- 
- 
Constructor SummaryConstructors Constructor Description GpioPinShutdownImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PinModegetMode()PinPullResistancegetPullResistor()PinStategetState()BooleangetUnexport()voidsetMode(PinMode mode)voidsetPullResistor(PinPullResistance resistance)voidsetState(PinState state)voidsetUnexport(Boolean unexport)
 
- 
- 
- 
Method Detail- 
setUnexportpublic void setUnexport(Boolean unexport) - Specified by:
- setUnexportin interface- GpioPinShutdown
 
 - 
getUnexportpublic Boolean getUnexport() - Specified by:
- getUnexportin interface- GpioPinShutdown
 
 - 
setModepublic void setMode(PinMode mode) - Specified by:
- setModein interface- GpioPinShutdown
 
 - 
getModepublic PinMode getMode() - Specified by:
- getModein interface- GpioPinShutdown
 
 - 
setPullResistorpublic void setPullResistor(PinPullResistance resistance) - Specified by:
- setPullResistorin interface- GpioPinShutdown
 
 - 
getPullResistorpublic PinPullResistance getPullResistor() - Specified by:
- getPullResistorin interface- GpioPinShutdown
 
 - 
setStatepublic void setState(PinState state) - Specified by:
- setStatein interface- GpioPinShutdown
 
 - 
getStatepublic PinState getState() - Specified by:
- getStatein interface- GpioPinShutdown
 
 
- 
 
-