CBLStorageSlot

Objective-C

enum CBLStorageSlot : NSInteger {}

Swift

enum StorageSlot : Int, @unchecked Sendable

Identifiers for camera slots.

  • The numbering of the storage’s slot is unknown.

    Declaration

    Objective-C

    CBLStorageSlotUnknown

    Swift

    case unknown = 0
  • The storage is in the camera storage slot marked ‘Slot 1’.

    Declaration

    Objective-C

    CBLStorageSlotSlot1

    Swift

    case slot1 = 1
  • The storage is in the camera storage slot marked ‘Slot 2’.

    Declaration

    Objective-C

    CBLStorageSlotSlot2

    Swift

    case slot2 = 2