DJIParamCapabilityMinMax
@interface DJIParamCapabilityMinMax : DJIParamCapability
DJIParamCapabilityMinMax adds the maximum and minimum possible values of the parameter to the base class property of whether the parameter is supported by the component or product.
-
The valid minimum value of the parameter for the product. If
isSupportedreturnsNO, the value forminis undefined.Declaration
Objective-C
@property (readonly, nonatomic) NSNumber *min; -
The valid maximum value of the parameter for the product. If
isSupportedreturnsNO, the value formaxis undefined.Declaration
Objective-C
@property (readonly, nonatomic) NSNumber *max;
View on GitHub
DJIParamCapabilityMinMax Class Reference