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
isSupported
returnsNO
, the value formin
is undefined.Declaration
Objective-C
@property (readonly, nonatomic) NSNumber *min;
-
The valid maximum value of the parameter for the product. If
isSupported
returnsNO
, the value formax
is undefined.Declaration
Objective-C
@property (readonly, nonatomic) NSNumber *max;