class DJIWaypointV2DownloadProgress
@interface DJIWaypointV2DownloadProgress : NSObject
|
Header: | DJIWaypointV2MissionTypes.h |
Inherits From: | NSObject |
Description:
The download progress of the waypoint mission operator.
Class Members:
Last Downloaded Waypoint Index
property
property lastDownloadedWaypointIndex
@property(nonatomic, readonly) NSInteger lastDownloadedWaypointIndex
|
Header: | DJIWaypointV2MissionTypes.h |
Description:
The last index of downloaded waypoint. Waypoint is downloaded in ascending order. If no waypoint has been downloaded, the value shoud 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.