Enumerationpureswift.bluetooth 7.2.0Bluetooth
Wearable
ClassOfDevice.swift:548enum Wearable
enum Wearable
import Bluetooth
Pure Swift Bluetooth Definitions.
enum MinorDeviceClass
struct ClassOfDevice
Bluetooth Class of Device
case uncategorized
Uncategorized
case wristwatch
Wristwatch
case pager
Pager
case jacket
Jacket
case helmet
Helmet
case glasses
Glasses
enum AudioVideo
enum Computer
enum Health
enum Imaging
enum NetworkAccessPoint
enum PeripheralDevice
enum PeripheralKeyboardPointing
enum Phone
enum Toy
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)