Initializerpureswift.bluetooth 7.2.0Bluetooth->Swift
init(data:)
Data.swift:193init?<Data>(data: Data) where Data : DataContainer
init?<Data>(data: Data) where Data : DataContainer
ss6UInt64V9BluetoothE4dataABSgx_tcAC13DataContainerRzlufc
What are these?VKV8
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.
var dataLength: Int { get }
func append<Data>(to data: inout Data) where Data : DataContainer