class DJIParamMinMaxCapability
@EXClassNullAway class DJIParamMinMaxCapability extends DJIParamCapability
|
Description:
Adds the maximum and minimum possible values of the parameter to the DJIParamCapability
base class.
Class Members:
method getMin
Description:
Return the valid minimum value of the parameter for the product. If isSupported
returns false
, the value is undefined.
Return:
method getMax
Description:
Return the valid maximum value of the parameter for the product. If isSupported
returns false
, the value is undefined.
Return:
Inherited Methods:
dji.common.util.DJIParamCapability
method
method isSupported
Description:
true
if the component or product supports the parameter.
Return: