DJIParamCapability
@interface DJIParamCapability : NSObject
DJIParamCapability represents the capability of a parameter of a component or product.
DJIParamCapability can be sub-classed to include additional information on the parameter.
DJIParamCapabilityMinMax includes the maximum and minimum possible values of the parameter.
-
YESif the component or product supports the parameter.Declaration
Objective-C
@property (readonly, nonatomic) BOOL isSupported;
View on GitHub
DJIParamCapability Class Reference