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:
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:
method 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:
String | Returns the name of the fly safety database. |
method 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:
long | Returns 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:
long | Returns the import timestamp of the fly safety database. |