class DJIDeviceHealthInfo
class DJIDeviceHealthInfo implements IDJIDeviceHealthInfo
|
Package: | dji.v5.manager.diagnostic |
Description:
Device health class. It is used to get the device health information.
Supported since MSDK 5.0.0
Class Members:
method title
Package: | dji.v5.manager.diagnostic |
Description:
Get the device health information title.
Supported since MSDK 5.0.0
Return:
String | Return the device health information title. |
method description
@Override String description()
|
Package: | dji.v5.manager.diagnostic |
Description:
Get the device health information description.
Supported since MSDK 5.0.0
Return:
String | Return the device health information description. |
method warningLevel
@Override WarningLevel warningLevel()
|
Package: | dji.v5.manager.diagnostic |
Description:
Get the device health information warning level.
Supported since MSDK 5.0.0
Return:
WarningLevel | Return the device health information warning level. |