DJIRemoteControllerMode
enum DJIRemoteControllerMode : uint8_t {}
Remote Controller mode of operation can be normal (single RC connected to aircraft), master, slave, or unknown.
-
Remote Controller is a master (will route a connected slave Remote Controller’s commands to the aircraft).
Declaration
Objective-C
DJIRemoteControllerModeMaster
-
Remote Controller is currently a slave Remote Controller (sends commands to aircraft through a master Remote Controller).
Declaration
Objective-C
DJIRemoteControllerModeSlave
-
Remote Controller is unconnected to another Remote Controller.
Declaration
Objective-C
DJIRemoteControllerModeNormal
-
The Remote Controller’s mode is unknown.
Declaration
Objective-C
DJIRemoteControllerModeUnknown