public interface ControllerConfig
| Modifier and Type | Method and Description |
|---|---|
List<ControllerInfo> |
getControllers()
Obtain the list of controller which are currently configured.
|
void |
setControllers(List<ControllerInfo> controllers)
Set a list of controllers on a device.
|
List<ControllerInfo> getControllers()
void setControllers(List<ControllerInfo> controllers)
controllers - a list of controller descriptionsCopyright © 2015. All rights reserved.