java.lang.Object |
↳ |
dji.common.remotecontroller.DJIRCControlMode |
Class Overview
The control mode of a Remote Controller, it can be a Chinese, or Japanese, or American style. It can
also be customized mode with the definition of each controller channel by users.
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
Setting controls for each of the channels.
The control style to which the Remote Controller is set.
Public Constructors
public
DJIRCControlMode
()