public class GpioChipInfo extends Object
| Constructor and Description |
|---|
GpioChipInfo()
Basic constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel()
Retrieves the label of this GPIO device.
|
int |
getLines()
Retrieves how many lines this GPIO device can handle, at most 64.
|
String |
getName()
Retrieves the name of this GPIO device.
|
public String getLabel()
public int getLines()
public String getName()