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 Summary
Constructors Constructor Description GpioPinShutdownImpl()
-
Method Summary
All 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
-
setUnexport
public void setUnexport(Boolean unexport)
- Specified by:
setUnexportin interfaceGpioPinShutdown
-
getUnexport
public Boolean getUnexport()
- Specified by:
getUnexportin interfaceGpioPinShutdown
-
setMode
public void setMode(PinMode mode)
- Specified by:
setModein interfaceGpioPinShutdown
-
getMode
public PinMode getMode()
- Specified by:
getModein interfaceGpioPinShutdown
-
setPullResistor
public void setPullResistor(PinPullResistance resistance)
- Specified by:
setPullResistorin interfaceGpioPinShutdown
-
getPullResistor
public PinPullResistance getPullResistor()
- Specified by:
getPullResistorin interfaceGpioPinShutdown
-
setState
public void setState(PinState state)
- Specified by:
setStatein interfaceGpioPinShutdown
-
getState
public PinState getState()
- Specified by:
getStatein interfaceGpioPinShutdown
-
-