DJI Mobile SDK Documentation

      class DJIParamMinMaxCapability

      @EXClassNullAway
      class DJIParamMinMaxCapability extends DJIParamCapability
      Package:dji.common.util
      Inherits From:DJIParamCapability
      Description:

      Adds the maximum and minimum possible values of the parameter to the DJIParamCapability base class.

      Class Members:
      Minimum Value
      method
      method getMin
      Number getMin()
      Package:dji.common.util
      Description:

      Return the valid minimum value of the parameter for the product. If isSupported returns false, the value is undefined.

      Return:
      NumberA Number object.
      Maximum Value
      method
      method getMax
      Number getMax()
      Package:dji.common.util
      Description:

      Return the valid maximum value of the parameter for the product. If isSupported returns false, the value is undefined.

      Return:
      NumberA Number object.
      Inherited Methods:
      dji.common.util.DJIParamCapability
      method
      method isSupported
      boolean isSupported()
      Package:dji.common.util
      Description:

      true if the component or product supports the parameter.

      Return:
      booleanA boolean value.