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