public class

DJIDiagnostics

extends Object
java.lang.Object
   ↳ dji.sdk.base.DJIDiagnostics

Class Overview

Product Diagnostics.

Summary

Nested Classes
interface DJIDiagnostics.UpdateDiagnosticsListCallback Callback interface that updates the product's current diagnostics information. 
Public Constructors
DJIDiagnostics()
DJIDiagnostics(int code, String reason, String solution)
Public Methods
boolean equals(Object o)
int getCode()
Get diagnostics error code.
String getReason()
Get the reason of the error.
String getSolution()
Get the suggest solution for the error.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public DJIDiagnostics ()

public DJIDiagnostics (int code, String reason, String solution)

Public Methods

public boolean equals (Object o)

public int getCode ()

Get diagnostics error code.

Returns
  • Diagnostics error code

public String getReason ()

Get the reason of the error.

Returns
  • Reason of the error.

public String getSolution ()

Get the suggest solution for the error.

Returns
  • The suggest solution for the error.