class DJIWaypointV2MissionActionDownloadEvent
@interface DJIWaypointV2MissionActionDownloadEvent : NSObject
|
| Header: | DJIWaypointV2MissionOperator.h |
| Inherits From: | NSObject |
Description:
The download event of a waypoint mission.
Class Members:
property progress
@property (nonatomic, readonly, nullable) DJIWaypointV2ActionDownloadProgress *progress
|
| Header: | DJIWaypointV2MissionOperator.h |
Description:
The download progress of the mission. It is nil if there is an error during download.
See Also:
DJIWaypointV2ActionDownloadProgress
property error
@property (nonatomic, readonly, nullable) NSError *error
|
| Header: | DJIWaypointV2MissionOperator.h |
Description:
The encountered error during download if there is any. Otherwise, it is nil.