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 PinMode
getMode()
PinPullResistance
getPullResistor()
PinState
getState()
Boolean
getUnexport()
void
setMode(PinMode mode)
void
setPullResistor(PinPullResistance resistance)
void
setState(PinState state)
void
setUnexport(Boolean unexport)
-
-
-
Method Detail
-
setUnexport
public void setUnexport(Boolean unexport)
- Specified by:
setUnexport
in interfaceGpioPinShutdown
-
getUnexport
public Boolean getUnexport()
- Specified by:
getUnexport
in interfaceGpioPinShutdown
-
setMode
public void setMode(PinMode mode)
- Specified by:
setMode
in interfaceGpioPinShutdown
-
getMode
public PinMode getMode()
- Specified by:
getMode
in interfaceGpioPinShutdown
-
setPullResistor
public void setPullResistor(PinPullResistance resistance)
- Specified by:
setPullResistor
in interfaceGpioPinShutdown
-
getPullResistor
public PinPullResistance getPullResistor()
- Specified by:
getPullResistor
in interfaceGpioPinShutdown
-
setState
public void setState(PinState state)
- Specified by:
setState
in interfaceGpioPinShutdown
-
getState
public PinState getState()
- Specified by:
getState
in interfaceGpioPinShutdown
-
-