StorageType
public enum StorageType : Equatable
Storage type.
-
Storage type unknown.
Declaration
Swift
case unknown -
Storage type USB stick.
Declaration
Swift
case usbStick -
Storage type SD card.
Declaration
Swift
case sd -
Storage type MicroSD card.
Declaration
Swift
case microsd -
Storage type HD mass storage.
Declaration
Swift
case hd -
Storage type other, not listed.
Declaration
Swift
case other -
Undocumented
Declaration
Swift
case UNRECOGNIZED(Int)
View on GitHub
Install in Dash
StorageType Enumeration Reference