class DJIWaypointV2UploadProgress
@interface DJIWaypointV2UploadProgress : NSObject
|
Header: | DJIWaypointV2MissionTypes.h |
Inherits From: | NSObject |
Description:
The upload progress of the waypoint mission operator.
Class Members:
Check Waypoint Summary Uploaded
property
property isWaypointSummaryUploaded
@property(nonatomic, readonly) BOOL isWaypointSummaryUploaded
|
Header: | DJIWaypointV2MissionTypes.h |
Description:
The waypoint mission operator has uploaded the mission's summary (information except waypoints).
Last Uploaded Waypoint Index
property
property lastUploadedWaypointIndex
@property(nonatomic, readonly) NSInteger lastUploadedWaypointIndex
|
Header: | DJIWaypointV2MissionTypes.h |
Description:
The last uploaded waypoint's index. Waypoint is uploaded in ascending order. If no waypoint has been uploaded, the value should be -1.
Total Waypoint Count
property
property totalWaypointCount
@property(nonatomic, readonly) NSUInteger totalWaypointCount
|
Header: | DJIWaypointV2MissionTypes.h |
Description:
The total count of waypoints in the waypoint mission.