DJICameraSSDOperationState
enum DJICameraSSDOperationState : NSUInteger {}
Solid State Drive (SSD) State
-
SSD is not found.
Declaration
Objective-C
DJICameraSSDOperationStateNotFound
-
SSD is idle.
Declaration
Objective-C
DJICameraSSDOperationStateIdle
-
SSD is Saving.
Declaration
Objective-C
DJICameraSSDOperationStateSaving
-
SSD is formatting.
Declaration
Objective-C
DJICameraSSDOperationStateFormatting
-
SSD is Initializing.
Declaration
Objective-C
DJICameraSSDOperationStateInitializing
-
SSD validation error.
Declaration
Objective-C
DJICameraSSDOperationStateError
-
SSD is full.
Declaration
Objective-C
DJICameraSSDOperationStateFull
-
Communication to SSD is not stable. User can try to reinsert the SSD. Only supported by X5S.
Declaration
Objective-C
DJICameraSSDOperationStatePoorConnection
-
SSD video license key is switching from one license to another. Only supported by X5S.
Declaration
Objective-C
DJICameraSSDOperationStateSwitchingLicense
-
Formatting is required. This is typically needed when the SSD is new. Only supported by X5S.
Declaration
Objective-C
DJICameraSSDOperationStateFormattingRequired
-
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.
Declaration
Objective-C
DJICameraSSDOperationStateUnknown = 255