public final class GPIODriver.GPIOChip extends Object
| Modifier and Type | Method and Description |
|---|---|
List<GPIODriver.GPIOChannel> |
exportAll()
Export all of the channels associated with this chip.
|
int |
getBase()
Get the base channel number for this chip
|
String |
getLabel()
Get the human readable label associated with this chip
|
int |
getNgpio()
Get the number of GPIO channels supported by this chip
|
String |
toString() |
void |
unexportAll()
Export all of the channels associated with this chip/ Channels which
are not exported are ignored.
|
public int getBase()
public int getNgpio()
public String getLabel()
public List<GPIODriver.GPIOChannel> exportAll() throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException - If an error occurspublic void unexportAll()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException - If an error occursCopyright © 2018 LSST. All rights reserved.