ControlMode
public enum ControlMode : Equatable
Control mode
-
Indicates that the component does not have control over the gimbal.
Declaration
Swift
case none
-
To take primary control over the gimbal.
Declaration
Swift
case primary
-
To take secondary control over the gimbal.
Declaration
Swift
case secondary
-
Undocumented
Declaration
Swift
case UNRECOGNIZED(Int)