BowlerKernel
|
Public Member Functions | |
String | toString () |
Static Public Member Functions | |
static DyIOPowerState | valueOf (int code, double batteryVoltage) |
Public Attributes | |
REGULATED | |
BATTERY_UNPOWERED | |
BATTERY_POWERED | |
The Enum DyIOPowerState.
Definition at line 7 of file DyIOPowerState.java.
String com.neuronrobotics.sdk.dyio.DyIOPowerState.toString | ( | ) |
Definition at line 41 of file DyIOPowerState.java.
|
static |
Value of.
code | the code |
batteryVoltage | the battery voltage |
Definition at line 25 of file DyIOPowerState.java.
References com.neuronrobotics.sdk.dyio.DyIOPowerState.BATTERY_POWERED, com.neuronrobotics.sdk.dyio.DyIOPowerState.BATTERY_UNPOWERED, and com.neuronrobotics.sdk.dyio.DyIOPowerState.REGULATED.
Referenced by com.neuronrobotics.sdk.dyio.DyIO.powerEvent().
com.neuronrobotics.sdk.dyio.DyIOPowerState.BATTERY_POWERED |
The battery powered.
Definition at line 16 of file DyIOPowerState.java.
Referenced by com.neuronrobotics.sdk.dyio.DyIOPowerState.valueOf().
com.neuronrobotics.sdk.dyio.DyIOPowerState.BATTERY_UNPOWERED |
The battery unpowered.
Definition at line 13 of file DyIOPowerState.java.
Referenced by com.neuronrobotics.sdk.dyio.DyIOPowerState.valueOf().
com.neuronrobotics.sdk.dyio.DyIOPowerState.REGULATED |
The regulated.
Definition at line 10 of file DyIOPowerState.java.
Referenced by com.neuronrobotics.sdk.dyio.DyIOChannel.getAvailableModes(), and com.neuronrobotics.sdk.dyio.DyIOPowerState.valueOf().