public class

DJIHandheldControllerLEDCommand

extends Object
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

Fields
public DJIHandheldControllerLEDColorPattern blue Pattern to control the blue color.
public DJIHandheldControllerLEDColorPattern green Pattern to control the green color.
public DJIHandheldControllerLEDColorPattern red Pattern to control the red color.
Public Constructors
DJIHandheldControllerLEDCommand()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public DJIHandheldControllerLEDColorPattern blue

Pattern to control the blue color.

public DJIHandheldControllerLEDColorPattern green

Pattern to control the green color.

public DJIHandheldControllerLEDColorPattern red

Pattern to control the red color.

Public Constructors

public DJIHandheldControllerLEDCommand ()