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
CBLStorageSlotUnknownSwift
case unknown = 0 -
The storage is in the camera storage slot marked ‘Slot 1’.
Declaration
Objective-C
CBLStorageSlotSlot1Swift
case slot1 = 1 -
The storage is in the camera storage slot marked ‘Slot 2’.
Declaration
Objective-C
CBLStorageSlotSlot2Swift
case slot2 = 2