Package lejos.remote.ev3
Enum EV3Request.Request
- java.lang.Object
-
- java.lang.Enum<EV3Request.Request>
-
- lejos.remote.ev3.EV3Request.Request
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<EV3Request.Request>
- Enclosing class:
- EV3Request
public static enum EV3Request.Request extends java.lang.Enum<EV3Request.Request>
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EV3Request.RequestvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EV3Request.Request[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
GET_VOLTAGE_MILLIVOLTS
public static final EV3Request.Request GET_VOLTAGE_MILLIVOLTS
-
GET_VOLTAGE
public static final EV3Request.Request GET_VOLTAGE
-
GET_BATTERY_CURRENT
public static final EV3Request.Request GET_BATTERY_CURRENT
-
GET_MOTOR_CURRENT
public static final EV3Request.Request GET_MOTOR_CURRENT
-
SYSTEM_SOUND
public static final EV3Request.Request SYSTEM_SOUND
-
PLAY_TONE_VOL
public static final EV3Request.Request PLAY_TONE_VOL
-
PLAY_TONE
public static final EV3Request.Request PLAY_TONE
-
PLAY_SAMPLE_VOL
public static final EV3Request.Request PLAY_SAMPLE_VOL
-
PLAY_SAMPLE
public static final EV3Request.Request PLAY_SAMPLE
-
PLAY_SAMPLE_DATA
public static final EV3Request.Request PLAY_SAMPLE_DATA
-
PLAY_NOTE
public static final EV3Request.Request PLAY_NOTE
-
SET_VOLUME
public static final EV3Request.Request SET_VOLUME
-
GET_VOLUME
public static final EV3Request.Request GET_VOLUME
-
GET_NAME
public static final EV3Request.Request GET_NAME
-
LED_PATTERN
public static final EV3Request.Request LED_PATTERN
-
DISCARD_EVENTS
public static final EV3Request.Request DISCARD_EVENTS
-
WAIT_FOR_ANY_EVENT
public static final EV3Request.Request WAIT_FOR_ANY_EVENT
-
WAIT_FOR_ANY_PRESS
public static final EV3Request.Request WAIT_FOR_ANY_PRESS
-
GET_BUTTONS
public static final EV3Request.Request GET_BUTTONS
-
READ_BUTTONS
public static final EV3Request.Request READ_BUTTONS
-
LCD_REFRESH
public static final EV3Request.Request LCD_REFRESH
-
LCD_CLEAR
public static final EV3Request.Request LCD_CLEAR
-
LCD_GET_WIDTH
public static final EV3Request.Request LCD_GET_WIDTH
-
LCD_GET_HEIGHT
public static final EV3Request.Request LCD_GET_HEIGHT
-
LCD_GET_DISPLAY
public static final EV3Request.Request LCD_GET_DISPLAY
-
LCD_GET_HW_DISPLAY
public static final EV3Request.Request LCD_GET_HW_DISPLAY
-
LCD_BITBLT_1
public static final EV3Request.Request LCD_BITBLT_1
-
LCD_BITBLT_2
public static final EV3Request.Request LCD_BITBLT_2
-
LCD_SET_AUTO_REFRESH
public static final EV3Request.Request LCD_SET_AUTO_REFRESH
-
LCD_SET_AUTO_REFRESH_PERIOD
public static final EV3Request.Request LCD_SET_AUTO_REFRESH_PERIOD
-
LCD_DRAW_CHAR
public static final EV3Request.Request LCD_DRAW_CHAR
-
LCD_DRAW_STRING_INVERTED
public static final EV3Request.Request LCD_DRAW_STRING_INVERTED
-
LCD_DRAW_STRING
public static final EV3Request.Request LCD_DRAW_STRING
-
LCD_DRAW_INT
public static final EV3Request.Request LCD_DRAW_INT
-
LCD_DRAW_INT_PLACES
public static final EV3Request.Request LCD_DRAW_INT_PLACES
-
LCD_CLEAR_LINES
public static final EV3Request.Request LCD_CLEAR_LINES
-
LCD_CLEAR_LINE
public static final EV3Request.Request LCD_CLEAR_LINE
-
LCD_SCROLL
public static final EV3Request.Request LCD_SCROLL
-
LCD_GET_FONT
public static final EV3Request.Request LCD_GET_FONT
-
LCD_GET_TEXT_WIDTH
public static final EV3Request.Request LCD_GET_TEXT_WIDTH
-
LCD_GET_TEXT_HEIGHT
public static final EV3Request.Request LCD_GET_TEXT_HEIGHT
-
OPEN_MOTOR_PORT
public static final EV3Request.Request OPEN_MOTOR_PORT
-
CLOSE_MOTOR_PORT
public static final EV3Request.Request CLOSE_MOTOR_PORT
-
CONTROL_MOTOR
public static final EV3Request.Request CONTROL_MOTOR
-
GET_TACHO_COUNT
public static final EV3Request.Request GET_TACHO_COUNT
-
RESET_TACHO_COUNT
public static final EV3Request.Request RESET_TACHO_COUNT
-
KEY_IS_DOWN
public static final EV3Request.Request KEY_IS_DOWN
-
KEY_WAIT_FOR_PRESS
public static final EV3Request.Request KEY_WAIT_FOR_PRESS
-
KEY_WAIT_FOR_PRESS_AND_RELEASE
public static final EV3Request.Request KEY_WAIT_FOR_PRESS_AND_RELEASE
-
KEY_SIMULATE_EVENT
public static final EV3Request.Request KEY_SIMULATE_EVENT
-
OPEN_ANALOG_PORT
public static final EV3Request.Request OPEN_ANALOG_PORT
-
CLOSE_SENSOR_PORT
public static final EV3Request.Request CLOSE_SENSOR_PORT
-
GET_PIN_6
public static final EV3Request.Request GET_PIN_6
-
GET_PIN_1
public static final EV3Request.Request GET_PIN_1
-
SET_PIN_MODE
public static final EV3Request.Request SET_PIN_MODE
-
GET_FLOATS
public static final EV3Request.Request GET_FLOATS
-
LCD_G_COPY_AREA
public static final EV3Request.Request LCD_G_COPY_AREA
-
LCD_G_SET_PIXEL
public static final EV3Request.Request LCD_G_SET_PIXEL
-
LCD_G_GET_PIXEL
public static final EV3Request.Request LCD_G_GET_PIXEL
-
LCD_G_DRAW_STRING
public static final EV3Request.Request LCD_G_DRAW_STRING
-
LCD_G_DRAW_STRING_INVERTED
public static final EV3Request.Request LCD_G_DRAW_STRING_INVERTED
-
LCD_G_DRAW_CHAR
public static final EV3Request.Request LCD_G_DRAW_CHAR
-
LCD_G_DRAW_SUBSTRING
public static final EV3Request.Request LCD_G_DRAW_SUBSTRING
-
LCD_G_DRAW_CHARS
public static final EV3Request.Request LCD_G_DRAW_CHARS
-
LCD_G_GET_STROKE_STYLE
public static final EV3Request.Request LCD_G_GET_STROKE_STYLE
-
LCD_G_SET_STROKE_STYLE
public static final EV3Request.Request LCD_G_SET_STROKE_STYLE
-
LCD_G_DRAW_REGION_ROP
public static final EV3Request.Request LCD_G_DRAW_REGION_ROP
-
LCD_G_DRAW_REGION_ROP_TRANSFORM
public static final EV3Request.Request LCD_G_DRAW_REGION_ROP_TRANSFORM
-
LCD_G_DRAW_REGION
public static final EV3Request.Request LCD_G_DRAW_REGION
-
LCD_G_DRAW_IMAGE
public static final EV3Request.Request LCD_G_DRAW_IMAGE
-
LCD_G_DRAW_LINE
public static final EV3Request.Request LCD_G_DRAW_LINE
-
LCD_G_DRAW_ARC
public static final EV3Request.Request LCD_G_DRAW_ARC
-
LCD_G_FILL_ARC
public static final EV3Request.Request LCD_G_FILL_ARC
-
LCD_G_DRAW_ROUND_RECT
public static final EV3Request.Request LCD_G_DRAW_ROUND_RECT
-
LCD_G_DRAW_RECT
public static final EV3Request.Request LCD_G_DRAW_RECT
-
LCD_G_FILL_RECT
public static final EV3Request.Request LCD_G_FILL_RECT
-
LCD_G_TRANSLATE
public static final EV3Request.Request LCD_G_TRANSLATE
-
LCD_G_GET_TRANSLATE_X
public static final EV3Request.Request LCD_G_GET_TRANSLATE_X
-
LCD_G_GET_TRANSLATE_Y
public static final EV3Request.Request LCD_G_GET_TRANSLATE_Y
-
I2C_TRANSACTION
public static final EV3Request.Request I2C_TRANSACTION
-
UART_GET_BYTE
public static final EV3Request.Request UART_GET_BYTE
-
UART_GET_BYTES
public static final EV3Request.Request UART_GET_BYTES
-
UART_GET_SHORT
public static final EV3Request.Request UART_GET_SHORT
-
UART_GET_SHORTS
public static final EV3Request.Request UART_GET_SHORTS
-
UART_INITIALISE_SENSOR
public static final EV3Request.Request UART_INITIALISE_SENSOR
-
UART_RESET_SENSOR
public static final EV3Request.Request UART_RESET_SENSOR
-
UART_GET_MODE_NAME
public static final EV3Request.Request UART_GET_MODE_NAME
-
UART_SET_MODE
public static final EV3Request.Request UART_SET_MODE
-
OPEN_I2C_PORT
public static final EV3Request.Request OPEN_I2C_PORT
-
OPEN_UART_PORT
public static final EV3Request.Request OPEN_UART_PORT
-
CREATE_REGULATED_MOTOR
public static final EV3Request.Request CREATE_REGULATED_MOTOR
-
MOTOR_FORWARD
public static final EV3Request.Request MOTOR_FORWARD
-
MOTOR_BACKWARD
public static final EV3Request.Request MOTOR_BACKWARD
-
MOTOR_STOP
public static final EV3Request.Request MOTOR_STOP
-
MOTOR_FLT
public static final EV3Request.Request MOTOR_FLT
-
MOTOR_IS_MOVING
public static final EV3Request.Request MOTOR_IS_MOVING
-
MOTOR_GET_ROTATION_SPEED
public static final EV3Request.Request MOTOR_GET_ROTATION_SPEED
-
MOTOR_GET_TACHO_COUNT
public static final EV3Request.Request MOTOR_GET_TACHO_COUNT
-
MOTOR_RESET_TACHO_COUNT
public static final EV3Request.Request MOTOR_RESET_TACHO_COUNT
-
MOTOR_STOP_IMMEDIATE
public static final EV3Request.Request MOTOR_STOP_IMMEDIATE
-
MOTOR_FLT_IMMEDIATE
public static final EV3Request.Request MOTOR_FLT_IMMEDIATE
-
MOTOR_WAIT_COMPLETE
public static final EV3Request.Request MOTOR_WAIT_COMPLETE
-
MOTOR_ROTATE
public static final EV3Request.Request MOTOR_ROTATE
-
MOTOR_ROTATE_IMMEDIATE
public static final EV3Request.Request MOTOR_ROTATE_IMMEDIATE
-
MOTOR_ROTATE_TO
public static final EV3Request.Request MOTOR_ROTATE_TO
-
MOTOR_ROTATE_TO_IMMEDIATE
public static final EV3Request.Request MOTOR_ROTATE_TO_IMMEDIATE
-
MOTOR_GET_LIMIT_ANGLE
public static final EV3Request.Request MOTOR_GET_LIMIT_ANGLE
-
MOTOR_GET_SPEED
public static final EV3Request.Request MOTOR_GET_SPEED
-
MOTOR_SET_SPEED
public static final EV3Request.Request MOTOR_SET_SPEED
-
MOTOR_GET_MAX_SPEED
public static final EV3Request.Request MOTOR_GET_MAX_SPEED
-
MOTOR_IS_STALLED
public static final EV3Request.Request MOTOR_IS_STALLED
-
MOTOR_SET_STALL_THRESHOLD
public static final EV3Request.Request MOTOR_SET_STALL_THRESHOLD
-
MOTOR_SET_ACCELERATION
public static final EV3Request.Request MOTOR_SET_ACCELERATION
-
MOTOR_CLOSE
public static final EV3Request.Request MOTOR_CLOSE
-
CREATE_SAMPLE_PROVIDER
public static final EV3Request.Request CREATE_SAMPLE_PROVIDER
-
SAMPLE_SIZE
public static final EV3Request.Request SAMPLE_SIZE
-
FETCH_SAMPLE
public static final EV3Request.Request FETCH_SAMPLE
-
CLOSE_SENSOR
public static final EV3Request.Request CLOSE_SENSOR
-
PILOT_GET_MIN_RADIUS
public static final EV3Request.Request PILOT_GET_MIN_RADIUS
-
PILOT_SET_MIN_RADIUS
public static final EV3Request.Request PILOT_SET_MIN_RADIUS
-
PILOT_ARC_FORWARD
public static final EV3Request.Request PILOT_ARC_FORWARD
-
PILOT_ARC_BACKWARD
public static final EV3Request.Request PILOT_ARC_BACKWARD
-
PILOT_ARC
public static final EV3Request.Request PILOT_ARC
-
PILOT_ARC_IMMEDIATE
public static final EV3Request.Request PILOT_ARC_IMMEDIATE
-
PILOT_TRAVEL_ARC
public static final EV3Request.Request PILOT_TRAVEL_ARC
-
PILOT_TRAVEL_ARC_IMMEDIATE
public static final EV3Request.Request PILOT_TRAVEL_ARC_IMMEDIATE
-
PILOT_FORWARD
public static final EV3Request.Request PILOT_FORWARD
-
PILOT_BACKWARD
public static final EV3Request.Request PILOT_BACKWARD
-
PILOT_STOP
public static final EV3Request.Request PILOT_STOP
-
PILOT_IS_MOVING
public static final EV3Request.Request PILOT_IS_MOVING
-
PILOT_TRAVEL
public static final EV3Request.Request PILOT_TRAVEL
-
PILOT_TRAVEL_IMMEDIATE
public static final EV3Request.Request PILOT_TRAVEL_IMMEDIATE
-
PILOT_SET_LINEAR_SPEED
public static final EV3Request.Request PILOT_SET_LINEAR_SPEED
-
PILOT_GET_LINEAR_SPEED
public static final EV3Request.Request PILOT_GET_LINEAR_SPEED
-
PILOT_GET_MAX_LINEAR_SPEED
public static final EV3Request.Request PILOT_GET_MAX_LINEAR_SPEED
-
PILOT_SET_LINEAR_ACCELERATION
public static final EV3Request.Request PILOT_SET_LINEAR_ACCELERATION
-
PILOT_GET_LINEAR_ACCELERATION
public static final EV3Request.Request PILOT_GET_LINEAR_ACCELERATION
-
PILOT_GET_MOVEMENT
public static final EV3Request.Request PILOT_GET_MOVEMENT
-
PILOT_ROTATE
public static final EV3Request.Request PILOT_ROTATE
-
PILOT_ROTATE_IMMEDIATE
public static final EV3Request.Request PILOT_ROTATE_IMMEDIATE
-
PILOT_GET_ANGULAR_SPEED
public static final EV3Request.Request PILOT_GET_ANGULAR_SPEED
-
PILOT_SET_ANGULAR_SPEED
public static final EV3Request.Request PILOT_SET_ANGULAR_SPEED
-
PILOT_GET_MAX_ANGULAR_SPEED
public static final EV3Request.Request PILOT_GET_MAX_ANGULAR_SPEED
-
PILOT_SET_ANGULAR_ACCELERATION
public static final EV3Request.Request PILOT_SET_ANGULAR_ACCELERATION
-
PILOT_GET_ANGULAR_ACCELERATION
public static final EV3Request.Request PILOT_GET_ANGULAR_ACCELERATION
-
PILOT_STEER
public static final EV3Request.Request PILOT_STEER
-
CREATE_PILOT
public static final EV3Request.Request CREATE_PILOT
-
CLOSE_PILOT
public static final EV3Request.Request CLOSE_PILOT
-
CREATE_SAMPLE_PROVIDER_PUBLISH
public static final EV3Request.Request CREATE_SAMPLE_PROVIDER_PUBLISH
-
UART_RAW_READ
public static final EV3Request.Request UART_RAW_READ
-
UART_RAW_WRITE
public static final EV3Request.Request UART_RAW_WRITE
-
UART_SET_BIT_RATE
public static final EV3Request.Request UART_SET_BIT_RATE
-
UART_WRITE
public static final EV3Request.Request UART_WRITE
-
-
Method Detail
-
values
public static EV3Request.Request[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (EV3Request.Request c : EV3Request.Request.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static EV3Request.Request valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
-