class DJIParamCapabilityMinMax
@interface DJIParamCapabilityMinMax : DJIParamCapability
|
Description:
Adds the maximum and minimum possible values of the parameter to the DJIParamCapability base class.
Class Members:
property min
@property(nonatomic, readonly) NSNumber *min
|
| Header: | DJIParamCapabilityMinMax.h |
Description:
The valid minimum value of the parameter for the product. If isSupported returns NO, the value is undefined.
property max
@property(nonatomic, readonly) NSNumber *max
|
| Header: | DJIParamCapabilityMinMax.h |
Description:
The valid maximum value of the parameter for the product. If isSupported returns NO, the value is undefined.