DJI Mobile SDK Documentation

      class DJIHandheldControllerLEDCommand

      @interface DJIHandheldControllerLEDCommand : NSObject
      Header:DJIHandheldControllerBaseTypes.h
      Inherits From:NSObject
      Description:

      Command used to control different colors (red, green and blue) of the handheld controller's LED.

      Class Members:
      Color
      property
      property red
      @property(nonatomic) DJIHandheldControllerLEDColorPattern *red
      Header:DJIHandheldControllerBaseTypes.h
      Description:

      Pattern to control the red color.

      See Also:

      DJIHandheldControllerLEDColorPattern

      property
      property green
      @property(nonatomic) DJIHandheldControllerLEDColorPattern *green
      Header:DJIHandheldControllerBaseTypes.h
      Description:

      Pattern to control the green color.

      See Also:

      DJIHandheldControllerLEDColorPattern

      property
      property blue
      @property(nonatomic) DJIHandheldControllerLEDColorPattern *blue
      Header:DJIHandheldControllerBaseTypes.h
      Description:

      Pattern to control the blue color.

      See Also:

      DJIHandheldControllerLEDColorPattern