| java.lang.Object | |
| ↳ | dji.sdk.base.DJIDiagnostics |
Product Diagnostics.
| 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
| |||||||||||
Get diagnostics error code.
Get the reason of the error.
Get the suggest solution for the error.