java.lang.Object |
↳ |
dji.common.remotecontroller.DJIRCControlChannel |
Class Overview
Remote controller's channel.
Summary
[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
Name of the control channel. The default is American.
public
boolean
isReverse
The control channel's settings will be reversed.
For example, for throttle the joystick is moved up or
down. If the control channel was reversed, the same motion
that was once used for up would now move the aircraft
down and the same motion that was once used for down would
now move the aircraft up.
Public Constructors
public
DJIRCControlChannel
()