DJIHandheldControllerLEDCommand
@interface DJIHandheldControllerLEDCommand : NSObject
Command used to control different colors (red, green and blue) of the handheld controller’s LED.
-
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;
View on GitHub
DJIHandheldControllerLEDCommand Class Reference