java.lang.Object |
↳ |
dji.common.remotecontroller.DJIRCHardwareState.DJIRCHardwareJoystick |
Class Overview
Remote Controller's hardware joystick
Summary
Fields |
public
int |
value |
Joystick's channel value in the range of [-660, 660]. |
[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
Joystick's channel value in the range of [-660, 660]. This value
may be different for the aileron, elevator, throttle, and rudder.
Public Constructors
public
DJIRCHardwareJoystick
(int value)