Required Initializerpureswift.bluetooth 7.2.0Bluetooth
init(data:)
Initialize from data.
init?<Data>(data: Data) where Data : DataContainer
Initialize from data.
init?<Data>(data: Data) where Data : DataContainer
s9Bluetooth15DataConvertibleP4dataxSgqd___tcAA0B9ContainerRd__lufc
What are these?5W1VE
import Bluetooth
Pure Swift Bluetooth Definitions.
protocol DataConvertible
Can be converted into data.
protocol DataContainer : Hashable, RandomAccessCollection, Sendable where Self.Element == UInt8, Self.Index == Int
Data container type.
var dataLength: Int { get }
Length of value when encoded into data.
func append<Data>(to data: inout Data) where Data : DataContainer
Append data representation into buffer.