Uses of Class
com.greenthrottle.gcs.api.ControllerInfo

Uses of ControllerInfo in com.greenthrottle.gcs.api
 

Methods in com.greenthrottle.gcs.api that return ControllerInfo
 ControllerInfo[] IGTController.querySavedControllersSync()
           
 

Methods in com.greenthrottle.gcs.api with parameters of type ControllerInfo
 void IGTControllerCallback.controllerInfo(ControllerInfo[] ia)
          Receives information about a controller
 

Method parameters in com.greenthrottle.gcs.api with type arguments of type ControllerInfo
static boolean ControllerInfo.controllerSetContainsBtAddr(java.util.Set<ControllerInfo> controllerSet, java.lang.String addr)