| java.lang.Object | |
| ↳ | dji.common.remotecontroller.DJIRCHardwareState.DJIRCHardwareRightWheel | 
Current state of the Camera Settings Dial (upper right wheel on the Remote Controller).
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public boolean | isPresent | true if the right wheel is present. | 
      |||||||||
| public int | value | Wheel value is in the range of [0, 1320]. | |||||||||
| public boolean | wheelButtonDown | true if the wheel is being pressed. | 
      |||||||||
| public boolean | wheelChanged | true if the wheel value has changed. | 
      |||||||||
| public boolean | wheelDirection | true if the wheel is being turned in a counterclockwise direction. | 
      |||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| DJIRCHardwareRightWheel() | |||||||||||
| DJIRCHardwareRightWheel(boolean wheelChanged, boolean wheelButtonDown, boolean wheelOffsetSign, short wheelOffset) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | toString() | ||||||||||
| 
  [Expand]
   Inherited Methods  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   
From class
  java.lang.Object
 | |||||||||||
true if the right wheel is present.
Wheel value is in the range of [0, 1320]. The value represents the difference in an operation.
true if the wheel is being pressed.
true if the wheel value has changed.
true if the wheel is being turned in a counterclockwise direction.