DJI Mobile SDK Documentation

      class FlySafeDatabaseInfo

      class FlySafeDatabaseInfo
      Package:dji.v5.manager.aircraft.flysafe.info
      Description:

      Fly safety database information class. Includes component type, upgrade mode, database name, databsase size and database import time.

      Supported since MSDK 5.8.0

      Class Members:
      method getComponent
      FlySafeDatabaseComponent getComponent()
      Package:dji.v5.manager.aircraft.flysafe.info
      Description:

      Gets the component type of the fly safety database.

      Supported since MSDK 5.8.0

      Return:
      FlySafeDatabaseComponentReturns the component type of the fly safety database.
      method getFlySafeDatabaseUpgradeMode
      FlySafeDatabaseUpgradeMode  getFlySafeDatabaseUpgradeMode()
      Package:dji.v5.manager.aircraft.flysafe.info
      Description:

      Gets the upgrade mode of the fly safety database.

      Supported since MSDK 5.8.0

      Return:
      FlySafeDatabaseUpgradeModeReturns the upgrade mode of the fly safety database.
      method getDatabaseName
      String getDatabaseName()
      Package:dji.v5.manager.aircraft.flysafe.info
      Description:

      Gets the name of the fly safety database.
      Note:
      The database name on the aircraft cannot be obtained.


      Supported since MSDK 5.8.0

      Return:
      StringReturns the name of the fly safety database.
      method getDatabaseSize
      long getDatabaseSize()
      Package:dji.v5.manager.aircraft.flysafe.info
      Description:

      Gets the size of the fly safety database.
      Note:
      The database size on the aircraft cannot be obtained.


      Supported since MSDK 5.8.0

      Return:
      longReturns the size of the fly safety database.
      method getDatabaseTimeStamp
      long getDatabaseTimeStamp()
      Package:dji.v5.manager.aircraft.flysafe.info
      Description:

      Gets the import timestamp of the fly safety database.

      Supported since MSDK 5.8.0

      Return:
      longReturns the import timestamp of the fly safety database.