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 Pin
public String getProvider()
getProvider
in interface Pin
public EnumSet<PinMode> getSupportedPinModes()
getSupportedPinModes
in interface Pin
public EnumSet<PinPullResistance> getSupportedPinPullResistance()
getSupportedPinPullResistance
in interface Pin
Copyright © 2012–2019 Pi4J. All rights reserved.