Enumerationpureswift.bluetooth 7.2.0Bluetooth
NetworkAccessPoint
ClassOfDevice.swift:389enum NetworkAccessPoint
enum NetworkAccessPoint
s9Bluetooth13ClassOfDeviceV05MinordB0O18NetworkAccessPointO
What are these?9VK6T
import Bluetooth
Pure Swift Bluetooth Definitions.
enum MinorDeviceClass
struct ClassOfDevice
Bluetooth Class of Device
case fullyAvailable
Fully available
case from1To17Used
1% to 17% utilized
case from17To33Used
17% to 33% utilized
case from33To50Used
33% to 50% utilized
case from50to67Used
50% to 67% utilized
case from67to83Used
67% to 83% utilized
case from83to99Used
83% to 99% utilized
case noServiceAvailable
No service available
enum AudioVideo
enum Computer
enum Health
enum Imaging
enum PeripheralDevice
enum PeripheralKeyboardPointing
enum Phone
enum Toy
enum Wearable
protocol Equatable
A type that can be compared for value equality.
protocol Hashable : Equatable
A type that can be hashed into a Hasher
to produce an integer hash value.
protocol RawRepresentable<RawValue>
A type that can be converted to and from an associated raw value.
protocol Sendable
init?(rawValue: UInt8)
var hashValue: Int { get }
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.
func hash(into hasher: inout Hasher)