class DJIPanoramaMissionEvent
@interface DJIPanoramaMissionEvent : NSObject
|
Header: | DJIPanoramaMissionOperator.h |
Inherits From: | NSObject |
Description:
This class encapsulates all the state changes of the Panorama mission operator.
Class Members:
property previousState
@property (nonatomic, readonly) DJIPanoramaMissionState previousState
|
Header: | DJIPanoramaMissionOperator.h |
Description:
The previous state of the operator.
See Also:
DJIPanoramaMissionState
property currentState
@property (nonatomic, readonly) DJIPanoramaMissionState currentState
|
Header: | DJIPanoramaMissionOperator.h |
Description:
The current state of the operator.
See Also:
DJIPanoramaMissionState
property error
@property (nonatomic, readonly, nullable) NSError *error
|
Header: | DJIPanoramaMissionOperator.h |
Description:
The error of DJIPanoramaMissionEvent.