java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | dji.common.camera.CameraSSDOperationState |
SSD state information for currently executing operations.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CameraSSDOperationState | Error | Error Accessing the SSD. | |||||||||
CameraSSDOperationState | Formatting | SSD is formatting. | |||||||||
CameraSSDOperationState | FormattingRequired | Formatting is required. | |||||||||
CameraSSDOperationState | Full | The camera's SSD is full | |||||||||
CameraSSDOperationState | Idle | SSD is idle. | |||||||||
CameraSSDOperationState | Initializing | SSD is Initializing. | |||||||||
CameraSSDOperationState | NotFound | SSD is not found. | |||||||||
CameraSSDOperationState | PoorConnection | Communication to SSD is not stable. | |||||||||
CameraSSDOperationState | Saving | SSD is saving. | |||||||||
CameraSSDOperationState | SwitchingLicense | SSD video license key is switching from one license to another. | |||||||||
CameraSSDOperationState | Unknown | SSD state is unknown. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean |
_equals(int b)
Returns the boolean result which compare the input integer value with the real value of an enum constant.
| ||||||||||
static CameraSSDOperationState |
find(int value)
Returns the enum constant of this type with the input integer value.
| ||||||||||
int |
value()
Returns the real value of an enum constant.
| ||||||||||
static CameraSSDOperationState | valueOf(String name) | ||||||||||
final static CameraSSDOperationState[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
Formatting is required. This is typically needed when the SSD is new. Only supported by X5S.
Communication to SSD is not stable. User can try to reinsert the SSD. Only supported by X5S.
SSD video license key is switching from one license to another. Only supported by X5S.
SSD state is unknown. This happens in the first 2 seconds after turning the camera power on as during this time the camera cannot check the state of the SSD.
Returns the boolean result which compare the input integer value with the real value of an enum constant.
b | The input integer value. |
---|
Returns the enum constant of this type with the input integer value.
value | The input integer value. |
---|
Returns the real value of an enum constant.