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:
property red
@property(nonatomic) DJIHandheldControllerLEDColorPattern *red
|
Header: | DJIHandheldControllerBaseTypes.h |
Description:
Pattern to control the red color.
See Also:
DJIHandheldControllerLEDColorPattern
property green
@property(nonatomic) DJIHandheldControllerLEDColorPattern *green
|
Header: | DJIHandheldControllerBaseTypes.h |
Description:
Pattern to control the green color.
See Also:
DJIHandheldControllerLEDColorPattern
property blue
@property(nonatomic) DJIHandheldControllerLEDColorPattern *blue
|
Header: | DJIHandheldControllerBaseTypes.h |
Description:
Pattern to control the blue color.
See Also:
DJIHandheldControllerLEDColorPattern