DJI Mobile SDK Documentation

      class DJIAccessLockerFormattingState

      @interface DJIAccessLockerFormattingState : NSObject
      Header:DJIAccessLockerBaseTypes.h
      Inherits From:NSObject
      Description:

      Formatting state of the access locker.

      Class Members:
      Progress State
      property
      property progressState
      @property (nonatomic, readonly) DJIAccessLockerFormattingProgressState progressState
      Header:DJIAccessLockerBaseTypes.h
      Description:

      The progress state.

      See Also:

      DJIAccessLockerFormattingProgressState

      Error
      property
      property error
      @property (nonatomic, readonly) NSError *error
      Header:DJIAccessLockerBaseTypes.h
      Description:

      Checks if the formatting operation is successfully completed. The recent formatting operation failure if any. NULL if the recent formatting operation succeeded.