Instance Method (Default implementation)pureswift.bluetooth 7.2.0Bluetooth
append(_:)
Data.swift:125mutating func append<T>(_ value: T) where T : DataConvertible
mutating func append<T>(_ value: T) where T : DataConvertible
s9Bluetooth13DataContainerPAAE6appendyyqd__AA0B11ConvertibleRd__lF
What are these?ZXSD
import Bluetooth
Pure Swift Bluetooth Definitions.
protocol DataContainer : Hashable, RandomAccessCollection, Sendable where Self.Element == UInt8, Self.Index == Int
Data container type.
protocol DataConvertible
Can be converted into data.
mutating func append(_ newElement: UInt8)
init<T>(_ value: T) where T : DataConvertible
Initialize data with contents of value.