@interface DJIMutableRCButtonConfiguration : DJIRCButtonConfiguration |
Header: | DJIRemoteControllerBaseTypes.h |
Inherits From: | DJIRCButtonConfiguration |
The mutable configuration for the customizable buttons on the remote controller. For the compatibility with DJI Go, there are rules to follow when assigning an action to a button. Refer to getValidActionsForButton
for more detail.
@property (nonatomic, readwrite) DJIRCButtonAction C1Action |
Header: | DJIRemoteControllerBaseTypes.h |
Action bound to the C1 button.
@property (nonatomic, readwrite) DJIRCButtonAction C2Action |
Header: | DJIRemoteControllerBaseTypes.h |
Action bound to the C2 button.
@property (nonatomic, readwrite) DJIRCButtonAction C3Action |
Header: | DJIRemoteControllerBaseTypes.h |
Action bound to the C3 button.
@property (nonatomic, readwrite) DJIRCButtonAction C4Action |
Header: | DJIRemoteControllerBaseTypes.h |
Action bound to the C4 button.
@property (nonatomic, readwrite) DJIRCButtonAction BAAction |
Header: | DJIRemoteControllerBaseTypes.h |
Action bound to the BA button.
@property (nonatomic, readwrite) DJIRCButtonAction BBAction |
Header: | DJIRemoteControllerBaseTypes.h |
Action bound to the BB button.
@property (nonatomic, readwrite) DJIRCButtonAction BCAction |
Header: | DJIRemoteControllerBaseTypes.h |
Action bound to the BC button.
@property (nonatomic, readwrite) DJIRCButtonAction BDAction |
Header: | DJIRemoteControllerBaseTypes.h |
Action bound to the BD button.
@property (nonatomic, readwrite) DJIRCButtonAction BEAction |
Header: | DJIRemoteControllerBaseTypes.h |
Action bound to the BE button.
@property (nonatomic, readwrite) DJIRCButtonAction BFAction |
Header: | DJIRemoteControllerBaseTypes.h |
Action bound to the BF button.
@property (nonatomic, readwrite) DJIRCButtonAction BGAction |
Header: | DJIRemoteControllerBaseTypes.h |
Action bound to the BG button.
@property (nonatomic, readwrite) DJIRCButtonAction BHAction |
Header: | DJIRemoteControllerBaseTypes.h |
Action bound to the BH button.
@property (nonatomic, readwrite) DJIRCButtonAction TDAction |
Header: | DJIRemoteControllerBaseTypes.h |
Action bound to the TD button.
@property (nonatomic, readwrite) DJIRCButtonAction MENUAction |
Header: | DJIRemoteControllerBaseTypes.h |
Action bound to the MENU button.
@property (nonatomic, readwrite) DJIRCButtonAction LSAction |
Header: | DJIRemoteControllerBaseTypes.h |
Action bound to the LS button.
@property (nonatomic, readwrite) DJIRCButtonAction RSAction |
Header: | DJIRemoteControllerBaseTypes.h |
Action bound to the RS button.
- (BOOL)configButton:(DJIRCCustomizableButton)button withAction:(DJIRCButtonAction)action |
Header: | DJIRemoteControllerBaseTypes.h |
Configures a button with an action.
DJIRCCustomizableButton button | The button to configure. |
DJIRCButtonAction action | The action to be bound with the button. |
BOOL | YES if the configuration succeeds. |
{{searchCount}} Results