class DJIWaypointV2ActionUploadProgress
@interface DJIWaypointV2ActionUploadProgress : NSObject
|
Header: | DJIWaypointV2MissionTypes.h |
Inherits From: | NSObject |
Description:
The upload progress of the waypoint mission operator.
Class Members:
Last Uploaded Action Index
property
property lastUploadedActionIndex
@property(nonatomic, readonly) NSInteger lastUploadedActionIndex
|
Header: | DJIWaypointV2MissionTypes.h |
Description:
The last index of uploaded waypoint. Information for action is uploaded in ascending order. If no action has been uploaded, 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.