DJI Mobile SDK Documentation

      class DJIUTMISSParam

      @interface DJIUTMISSParam : NSObject
      Header:DJIUTMISSManager.h
      Inherits From:NSObject
      Description:

      This class provides necessary infomation to start UTMISS flight data uploading.

      Class Members:
      Save Path
      property
      property savePath
      @property (nonatomic, copy) NSString *savePath
      Header:DJIUTMISSManager.h
      Description:

      The local save path of flight data to be uploaded.

      Token Key
      property
      property tokenKey
      @property (nonatomic, copy) NSString *tokenKey
      Header:DJIUTMISSManager.h
      Description:

      The token key applied from CAAC.

      Manufacture ID
      property
      property manufactureId
      @property (nonatomic, copy) NSString *manufactureId
      Header:DJIUTMISSManager.h
      Description:

      The manufacture ID of the drone.

      UAS ID
      property
      property uasID
      @property (nonatomic, copy) NSString *uasID
      Header:DJIUTMISSManager.h
      Description:

      The UAS ID of the drone.