Operatorpureswift.bluetooth 7.2.0Bluetooth->Swift
+=(_:_:)
Append data representation into buffer.
static func += <T>(data: inout T, value: Self) where T : DataContainer
Append data representation into buffer.
static func += <T>(data: inout T, value: Self) where T : DataContainer
sSa9BluetoothAA15DataConvertibleRzlE2peoiyyqd__z_SayxGtAA0B9ContainerRd__lFZ
What are these?7I07Z
where Element:DataConvertible
import Swift
import Bluetooth
Pure Swift Bluetooth Definitions.
@frozen struct Array<Element>
An ordered, random-access collection.
protocol DataContainer : Hashable, RandomAccessCollection, Sendable where Self.Element == UInt8, Self.Index == Int
Data container type.
protocol DataConvertible
Can be converted into data.