class DJIWaypointV2ActionDownloadProgress
@interface DJIWaypointV2ActionDownloadProgress : NSObject
Header: DJIWaypointV2MissionTypes.h Inherits From: NSObject
Description:
The download progress of the actions operator.
Class Members:
Last Downloaded Action Index
property
property lastDownloadedActionIndex
@property (nonatomic , readonly ) NSInteger lastDownloadedActionIndex
Header: DJIWaypointV2MissionTypes.h
Description:
The last index of downloaded action. Information for action is downloaded in ascending order. If no action has been downloaded, the value should be -1.
Total Action Count
property
property totalActionCount
@property (nonatomic , readonly ) NSUInteger totalActionCount
Header: DJIWaypointV2MissionTypes.h
Description:
The total count of actions in the waypoint mission.