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

Uses of ControllerInfo.ControllerState in com.greenthrottle.gcs.api
 

Methods in com.greenthrottle.gcs.api that return ControllerInfo.ControllerState
 ControllerInfo.ControllerState ControllerInfo.state()
          Returns connection state of the controller
 ControllerInfo.ControllerState ControllerInfo.updateState(ControllerInfo.ControllerState new_state)
           
static ControllerInfo.ControllerState ControllerInfo.ControllerState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ControllerInfo.ControllerState[] ControllerInfo.ControllerState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.greenthrottle.gcs.api with parameters of type ControllerInfo.ControllerState
 void ControllerInfo.setState(ControllerInfo.ControllerState new_state)
           
 ControllerInfo.ControllerState ControllerInfo.updateState(ControllerInfo.ControllerState new_state)
           
 

Constructors in com.greenthrottle.gcs.api with parameters of type ControllerInfo.ControllerState
ControllerInfo(java.lang.String controller_bt_address, ControllerInfo.ControllerState initial_state)
           
ControllerInfo(java.lang.String controller_bt_address, ControllerInfo.ControllerState initial_state, boolean saved)