|
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.
|
Header: | DJIRemoteControllerBaseTypes.h |
Action bound to the C1 button.
|
Header: | DJIRemoteControllerBaseTypes.h |
Action bound to the C2 button.
|
Header: | DJIRemoteControllerBaseTypes.h |
Action bound to the C3 button.
|
Header: | DJIRemoteControllerBaseTypes.h |
Action bound to the C4 button.
|
Header: | DJIRemoteControllerBaseTypes.h |
Action bound to the BA button.
|
Header: | DJIRemoteControllerBaseTypes.h |
Action bound to the BB button.
|
Header: | DJIRemoteControllerBaseTypes.h |
Action bound to the BC button.
|
Header: | DJIRemoteControllerBaseTypes.h |
Action bound to the BD button.
|
Header: | DJIRemoteControllerBaseTypes.h |
Action bound to the BE button.
|
Header: | DJIRemoteControllerBaseTypes.h |
Action bound to the BF button.
|
Header: | DJIRemoteControllerBaseTypes.h |
Action bound to the BG button.
|
Header: | DJIRemoteControllerBaseTypes.h |
Action bound to the BH button.
|
Header: | DJIRemoteControllerBaseTypes.h |
Action bound to the TD button.
|
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. |