DJIHandheldControllerLEDCommand

@interface DJIHandheldControllerLEDCommand : NSObject

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

  • red

    Pattern to control the red color.

    Declaration

    Objective-C

    @property (assign, readwrite, nonatomic)
        DJIHandheldControllerLEDColorPattern *_Nonnull red;
  • Pattern to control the green color.

    Declaration

    Objective-C

    @property (assign, readwrite, nonatomic)
        DJIHandheldControllerLEDColorPattern *_Nonnull green;
  • Pattern to control the blue color.

    Declaration

    Objective-C

    @property (assign, readwrite, nonatomic)
        DJIHandheldControllerLEDColorPattern *_Nonnull blue;