DJI Mobile SDK Documentation

      class MultiControlLockAuthorityInfo

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

      Related message of lock control.

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

      Return control type that needs to be locked.

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

      To set the control type that needs to be locked.

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

      To 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:

      To set whether locking control is required.

      Input Parameters:
      Boolean bLocktrue represents locking control is required.