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:
property savePath
@property (nonatomic, copy) NSString *savePath
|
Header: | DJIUTMISSManager.h |
Description:
The local save path of flight data to be uploaded.
property tokenKey
@property (nonatomic, copy) NSString *tokenKey
|
Header: | DJIUTMISSManager.h |
Description:
The token key applied from CAAC.
property manufactureId
@property (nonatomic, copy) NSString *manufactureId
|
Header: | DJIUTMISSManager.h |
Description:
The manufacture ID of the drone.
property uasID
@property (nonatomic, copy) NSString *uasID
|
Header: | DJIUTMISSManager.h |
Description:
The UAS ID of the drone.