Instance Methodpureswift.bluetooth 7.2.0Bluetooth->Swift
append(to:)
Data.swift:200func append<Data>(to data: inout Data) where Data : DataContainer
func append<Data>(to data: inout Data) where Data : DataContainer
ss6UInt64V9BluetoothE6append2toyxz_tAC13DataContainerRzlF
What are these?3EHP8
import Swift
import Bluetooth
Pure Swift Bluetooth Definitions.
@frozen struct UInt64
A 64-bit unsigned integer value type.
protocol DataContainer : Hashable, RandomAccessCollection, Sendable where Self.Element == UInt8, Self.Index == Int
Data container type.
init(_ value: UInt40)
Initialize from a unsigned 40-bit integer.
init(_ value: UInt48)
Initialize from a unsigned 40-bit integer.
init?<Data>(data: Data) where Data : DataContainer
var dataLength: Int { get }