DJI Mobile SDK Documentation

      class DJIWaypointMissionUploadEvent

      @interface DJIWaypointMissionUploadEvent : NSObject
      Header:DJIWaypointMissionOperator.h
      Inherits From:NSObject
      Description:

      The upload event of a waypoint mission.

      Class Members:
      Progress
      property
      property progress
      @property (nonatomic, readonly, nullable) DJIWaypointUploadProgress *progress
      Header:DJIWaypointMissionOperator.h
      Description:

      The upload progress of the mission. It is nil if there is an error during upload.

      See Also:

      DJIWaypointUploadProgress

      State
      property
      property previousState
      @property (nonatomic, readonly) DJIWaypointMissionState previousState
      Header:DJIWaypointMissionOperator.h
      Description:

      The previous state of the operator.

      See Also:

      DJIWaypointMissionState

      property
      property currentState
      @property (nonatomic, readonly) DJIWaypointMissionState currentState
      Header:DJIWaypointMissionOperator.h
      Description:

      The current state of the operator.

      See Also:

      DJIWaypointMissionState

      Error
      property
      property error
      @property (nonatomic, readonly, nullable) NSError *error
      Header:DJIWaypointMissionOperator.h
      Description:

      The encountered error during upload if there is any. Otherwise, it is nil.