class DJIWaypointMissionUploadEvent
@interface DJIWaypointMissionUploadEvent : NSObject
|
| Header: | DJIWaypointMissionOperator.h |
| Inherits From: | NSObject |
Description:
The upload event of a waypoint mission.
Class Members:
property progress
@property (nonatomic, readonly, nullable) DJIWaypointUploadProgress *progress
|
| Header: | DJIWaypointMissionOperator.h |
Description:
The upload progress of the mission. It is nil if there is an error during upload.
See Also:
DJIWaypointUploadProgress
property previousState
@property (nonatomic, readonly) DJIWaypointMissionState previousState
|
| Header: | DJIWaypointMissionOperator.h |
Description:
The previous state of the operator.
See Also:
DJIWaypointMissionState
property currentState
@property (nonatomic, readonly) DJIWaypointMissionState currentState
|
| Header: | DJIWaypointMissionOperator.h |
Description:
The current state of the operator.
See Also:
DJIWaypointMissionState
property error
@property (nonatomic, readonly, nullable) NSError *error
|
| Header: | DJIWaypointMissionOperator.h |
Description:
The encountered error during upload if there is any. Otherwise, it is nil.