public class GpioLineInfo extends Object
| Constructor and Description |
|---|
GpioLineInfo()
Basic constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getConsumer()
Retrieves the current consumer of this line.
|
GpioFlags |
getFlags()
Retrieves flags qualifying this line.
|
int |
getLine()
Retrieves the number of this line.
|
String |
getName()
Retrieves the name of this line.
|
boolean |
isUsed()
Is this line currently used ?
|
public String getConsumer()
public int getLine()
public String getName()
public GpioFlags getFlags()
public boolean isUsed()