class DJIRCCalibrationProgress
@interface DJIRCCalibrationProgress : NSObject
|
Header: | DJIRemoteControllerBaseTypes.h |
Inherits From: | NSObject |
Description:
The progress for the whole calibration operation.
Class Members:
property state
@property (nonatomic, readonly) DJIRCCalibrationOverallState state
|
Header: | DJIRemoteControllerBaseTypes.h |
Description:
The overall state of the calibration operation.
See Also:
DJIRCCalibrationOverallState
property componentStates
@property (nonatomic, nullable, readonly) NSArray<DJIRCCalibrationComponentState *> *componentStates
|
Header: | DJIRemoteControllerBaseTypes.h |
Description:
The calibration states for components.
See Also:
DJIRCCalibrationComponentState
property error
@property (nonatomic, nullable, readonly) NSError *error
|
Header: | DJIRemoteControllerBaseTypes.h |
Description:
The error causes the calibration failure.