java.lang.Object |
↳ |
dji.common.remotecontroller.DJIRCHardwareState.DJIRCHardwareLeftWheel |
Class Overview
the hardware left wheel of the Remote Controller
Summary
Fields |
public
int |
value |
Gimbal Dial's (upper left wheel) value in the range of [-660,660],
where 0 is untouched and positive is turned in the
clockwise direction. |
[Expand]
Inherited Methods |
From class
java.lang.Object
boolean
|
equals(Object arg0)
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Fields
public
int
value
Gimbal Dial's (upper left wheel) value in the range of [-660,660],
where 0 is untouched and positive is turned in the
clockwise direction.
Public Constructors
public
DJIRCHardwareLeftWheel
()