public class GpioPinShutdownImpl extends Object implements GpioPinShutdown
| Constructor and Description |
|---|
GpioPinShutdownImpl() |
| Modifier and Type | Method and 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) |
public GpioPinShutdownImpl()
public void setUnexport(Boolean unexport)
setUnexport in interface GpioPinShutdownpublic Boolean getUnexport()
getUnexport in interface GpioPinShutdownpublic void setMode(PinMode mode)
setMode in interface GpioPinShutdownpublic PinMode getMode()
getMode in interface GpioPinShutdownpublic void setPullResistor(PinPullResistance resistance)
setPullResistor in interface GpioPinShutdownpublic PinPullResistance getPullResistor()
getPullResistor in interface GpioPinShutdownpublic void setState(PinState state)
setState in interface GpioPinShutdownpublic PinState getState()
getState in interface GpioPinShutdownCopyright © 2012–2019 Pi4J. All rights reserved.