Type Aliaspureswift.bluetooth 7.2.0Bluetooth
PeripheralKeyboardPointing
ClassOfDevice.swift:323typealias PeripheralKeyboardPointing = MinorDeviceClass.PeripheralKeyboardPointing
typealias PeripheralKeyboardPointing = MinorDeviceClass.PeripheralKeyboardPointing
s9Bluetooth13ClassOfDeviceV26PeripheralKeyboardPointinga
What are these?14SGQ
import Bluetooth
Pure Swift Bluetooth Definitions.
struct ClassOfDevice
Bluetooth Class of Device
enum MinorDeviceClass
enum PeripheralKeyboardPointing
init?<Data>(data: Data) where Data : DataContainer
init(formatType: FormatType, majorServiceClass: BitMaskOptionSet<MajorServiceClass>, majorDeviceClass: MajorDeviceClass)
var dataLength: Int { get }
var formatType: FormatType
var majorDeviceClass: MajorDeviceClass
var majorServiceClass: BitMaskOptionSet<MajorServiceClass>
func append<Data>(to data: inout Data) where Data : DataContainer
struct FormatType
enum MajorDeviceClass
enum MajorDeviceClassType
enum MajorServiceClass
typealias AudioVideo = MinorDeviceClass.AudioVideo
typealias Computer = MinorDeviceClass.Computer
typealias Health = MinorDeviceClass.Health
typealias Imaging = MinorDeviceClass.Imaging
typealias NetworkAccessPoint = MinorDeviceClass.NetworkAccessPoint
typealias PeripheralDevice = MinorDeviceClass.PeripheralDevice
typealias Phone = MinorDeviceClass.Phone
typealias Toy = MinorDeviceClass.Toy
typealias Wearable = MinorDeviceClass.Wearable