DJILandingGearStatus
enum DJILandingGearStatus : uint8_t {}
Current state of the Landing Gear.
-
Landing Gear is in unknown state.
Declaration
Objective-C
DJILandingGearStatusUnknown
-
Landing Gear is fully deployed (ready for landing).
Declaration
Objective-C
DJILandingGearStatusDeployed
-
Landing Gear is fully retracted (ready for flying).
Declaration
Objective-C
DJILandingGearStatusRetracted
-
Landing Gear is deploying (getting ready for landing).
Declaration
Objective-C
DJILandingGearStatusDeploying
-
Landing Gear is retracting (getting ready for flying).
Declaration
Objective-C
DJILandingGearStatusRetracting
-
Landing Gear is stopped.
Declaration
Objective-C
DJILandingGearStatusStopped