DJI Mobile SDK Documentation

      class DJIParamCapabilityMinMax

      @interface DJIParamCapabilityMinMax : DJIParamCapability
      Header:DJIParamCapabilityMinMax.h
      Inherits From:DJIParamCapability
      Description:

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

      Class Members:
      Minimum Value
      property
      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.

      Maximum Value
      property
      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.