Instance Methodpureswift.bluetooth 7.2.0Bluetooth
append(to:)
ClassOfDevice.swift:89func append<Data>(to data: inout Data) where Data : DataContainer
func append<Data>(to data: inout Data) where Data : DataContainer
s9Bluetooth13ClassOfDeviceV6append2toyxz_tAA13DataContainerRzlF
What are these?O8CF
import Bluetooth
Pure Swift Bluetooth Definitions.
struct ClassOfDevice
Bluetooth Class of Device
protocol DataContainer : Hashable, RandomAccessCollection, Sendable where Self.Element == UInt8, Self.Index == Int
Data container type.
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>
struct FormatType
enum MajorDeviceClass
enum MajorDeviceClassType
enum MajorServiceClass
enum MinorDeviceClass
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 PeripheralKeyboardPointing = MinorDeviceClass.PeripheralKeyboardPointing
typealias Phone = MinorDeviceClass.Phone
typealias Toy = MinorDeviceClass.Toy
typealias Wearable = MinorDeviceClass.Wearable