public class

DJIParamCapability

extends Object
java.lang.Object
   ↳ dji.common.util.DJIParamCapability
Known Direct Subclasses

Class Overview

DJIParamCapability represents the capability of a parameter of a component or product.
DJIParamCapability can be sub-classed to include additional information on the parameter.
DJIParamCapabilityMinMax includes the maximum and minimum possible values of the parameter.

Summary

Public Constructors
DJIParamCapability(boolean isSupported)
Public Methods
boolean isSuppported()
return true if the component or product supports the parameter.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public DJIParamCapability (boolean isSupported)

Public Methods

public boolean isSuppported ()

return true if the component or product supports the parameter.