DJIRCControlStyle
enum DJIRCControlStyle : uint8_t {}
Remote Controller’s control style.
-
Remote Controller uses Japanese controls (also known as Mode 1). In this mode the left stick controls Pitch and Yaw, and the right stick controls Throttle and Roll.
Declaration
Objective-C
RCControlStyleJapanese
-
Remote Controller uses American controls (also known as Mode 2). In this mode the left stick controls Throttle and Yaw, and the right stick controls Pitch and Roll.
Declaration
Objective-C
RCControlStyleAmerican
-
Remote Controller uses Chinese controls (also know as Mode 3). In this mode the left stick controls Pitch and Roll, and the right stick controls Throttle and Yaw.
Declaration
Objective-C
RCControlStyleChinese
-
Stick channel mapping for Roll, Pitch, Yaw and Throttle can be customized.
Declaration
Objective-C
RCControlStyleCustom
-
Default Remote Controller controls and settings for the slave Remote Controller.
Declaration
Objective-C
RCSlaveControlStyleDefault
-
Slave remote controller stick channel mapping for Roll, Pitch, Yaw and Throttle can be customized.
Declaration
Objective-C
RCSlaveControlStyleCustom
-
The Remote Controller’s control style is unknown.
Declaration
Objective-C
RCControlStyleUnknown