java.lang.Object | ||
↳ | dji.common.error.DJIError | |
↳ | dji.common.error.DJIRemoteControllerError |
Defines all remote controller related errors.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public static final DJIRemoteControllerError | FIRMWARE_CRC_WRONG | The check number of the firmware is wrong. | |||||||||
public static final DJIRemoteControllerError | FIRMWARE_LENGTH_WRONG | The file size of the firmware is wrong. | |||||||||
public static final DJIRemoteControllerError | FIRMWARE_MATCH_ERROR | The firmware does not matched. | |||||||||
public static final DJIRemoteControllerError | FIRMWARE_NON_SEQUENCE | The pattern number of the firmware is not continuous. | |||||||||
public static final DJIRemoteControllerError | FLASH_CLEAR_WRONG | The clear action of the flash is wrong. | |||||||||
public static final DJIRemoteControllerError | FLASH_FLUSHING | The flash is flushing. | |||||||||
public static final DJIRemoteControllerError | FLASH_WRITE_WRONG | The write action of the flash is wrong. | |||||||||
public static final DJIRemoteControllerError | UPDATE_WRONG | The update process is wrong. |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
dji.common.error.DJIError
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static DJIError |
getDJIError(Ccode ccode)
Returns the specific error in DJIRemoteControllerError according to the error code.
| ||||||||||
String |
getDescription()
Returns the description of the error code.
| ||||||||||
void |
setDescription(String desc)
Sets the description for the error code.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
dji.common.error.DJIError
| |||||||||||
From class
java.lang.Object
|
The check number of the firmware is wrong.
The file size of the firmware is wrong.
The pattern number of the firmware is not continuous.
The clear action of the flash is wrong.
The write action of the flash is wrong.
Returns the specific error in DJIRemoteControllerError according to the error code.
Returns the description of the error code.
Sets the description for the error code.