AppleDeviceType
@available(swift 4.0)
public enum AppleDeviceType : UInt8, Codable
Apple Manufactuer Specific Data Types
-
iBeacon
Declaration
Swift
case iBeaccon = 2
-
AirDrop
Declaration
Swift
case airDrop = 5
-
HAP BLE Regular Advertisement Format
Declaration
Swift
case hap = 6
-
AirPods
Declaration
Swift
case airPod = 7
-
AirPlay Destination
Declaration
Swift
case airPlayDestination = 9
-
AirPlay Source
Declaration
Swift
case airPlaySource = 10
-
HAP BLE Encrypted Notification Advertisement
Declaration
Swift
case hapEncrypted = 11
-
Handoff
Declaration
Swift
case handoff = 12
-
Nearby
Declaration
Swift
case nearby = 16
-
String Value for the Enum
Declaration
Swift
public var description: String { get }