java.lang.Object |
↳ |
dji.common.handheld.DJIHandheldControllerLEDCommand |
Class Overview
Command used to control different colors (red, green and blue) of the
handheld controller's LED.
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
Pattern to control the blue color.
Pattern to control the green color.
Pattern to control the red color.
Public Constructors
public
DJIHandheldControllerLEDCommand
()