Instance Methodpureswift.bluetooth 7.2.0Bluetooth
append(to:)
Append data representation into buffer.
func append<Data>(to data: inout Data) where Data : DataContainer
Append data representation into buffer.
func append<Data>(to data: inout Data) where Data : DataContainer
s9Bluetooth9ByteValuePA2A15DataConvertibleRzrlE6append2toyqd__z_tAA0D9ContainerRd__lF
What are these?2AES7
where Self:DataConvertible
import Bluetooth
Pure Swift Bluetooth Definitions.
protocol ByteValue : Equatable
Stores a primitive value.
protocol DataContainer : Hashable, RandomAccessCollection, Sendable where Self.Element == UInt8, Self.Index == Int
Data container type.
protocol DataConvertible
Can be converted into data.
var dataLength: Int { get }