DJI Mobile SDK Documentation

      class MultiControlLockAuthorityInfo

      class MultiControlLockAuthorityInfo implements DJIValue, JNIProguardKeepTag, ByteStream
      Package:dji.sdk.keyvalue.value.common
      Description:

      This class is used to define control locking information.

      Class Members:
      method getLockAuthorityType
      MultiControlAuthorityTypeInfo getLockAuthorityType()
      Package:dji.sdk.keyvalue.value.common
      Description:

      Return the control type that needs to be locked.

      Return:
      MultiControlAuthorityTypeInfoReturn the control type that needs to be locked.
      method setLockAuthorityType
      void setLockAuthorityType(MultiControlAuthorityTypeInfo lockAuthorityType)
      Package:dji.sdk.keyvalue.value.common
      Description:

      Set the control type that needs to be locked.

      Input Parameters:
      MultiControlAuthorityTypeInfo lockAuthorityTypeSet the control type that needs to be locked.
      method
      method getBLock
      Boolean getBLock()
      Package:dji.sdk.keyvalue.value.common
      Description:

      Get whether locking control is required.

      Return:
      BooleanReturn whether locking control is required.
      method
      method setBLock
      void setBLock(Boolean bLock)
      Package:dji.sdk.keyvalue.value.common
      Description:

      Set whether locking control is required.

      Input Parameters:
      Boolean bLocktrue means that locking control is required.