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 GpioPinShutdown
public Boolean getUnexport()
getUnexport
in interface GpioPinShutdown
public void setMode(PinMode mode)
setMode
in interface GpioPinShutdown
public PinMode getMode()
getMode
in interface GpioPinShutdown
public void setPullResistor(PinPullResistance resistance)
setPullResistor
in interface GpioPinShutdown
public PinPullResistance getPullResistor()
getPullResistor
in interface GpioPinShutdown
public void setState(PinState state)
setState
in interface GpioPinShutdown
public PinState getState()
getState
in interface GpioPinShutdown
Copyright © 2012–2019 Pi4J. All rights reserved.