| Constructor and Description |
|---|
PinImpl(String provider,
int address,
String name,
EnumSet<PinMode> modes) |
PinImpl(String provider,
int address,
String name,
EnumSet<PinMode> modes,
EnumSet<PinPullResistance> pullResistance) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAddress() |
String |
getName() |
String |
getProvider() |
EnumSet<PinMode> |
getSupportedPinModes() |
EnumSet<PinPullResistance> |
getSupportedPinPullResistance() |
String |
toString() |
public PinImpl(String provider, int address, String name, EnumSet<PinMode> modes, EnumSet<PinPullResistance> pullResistance)
public int getAddress()
getAddress in interface Pinpublic String getProvider()
getProvider in interface Pinpublic EnumSet<PinMode> getSupportedPinModes()
getSupportedPinModes in interface Pinpublic EnumSet<PinPullResistance> getSupportedPinPullResistance()
getSupportedPinPullResistance in interface PinCopyright © 2012–2019 Pi4J. All rights reserved.