public class

DJIRemoteControllerError

extends DJIError
java.lang.Object
   ↳ dji.common.error.DJIError
     ↳ dji.common.error.DJIRemoteControllerError

Class Overview

Defines all remote controller related errors.

Summary

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

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.

Public Methods

public static DJIError getDJIError (Ccode ccode)

Returns the specific error in DJIRemoteControllerError according to the error code.

public String getDescription ()

Returns the description of the error code.

public void setDescription (String desc)

Sets the description for the error code.