Instance Propertypureswift.bluetooth 7.2.0Bluetooth
dataLength
ByteValue.swift:54var dataLength: Int { get }
var dataLength: Int { get }
s9Bluetooth9ByteValuePA2A15DataConvertibleRzrlE10dataLengthSivp
What are these?4LWYJ
where Self:DataConvertible
import Bluetooth
Pure Swift Bluetooth Definitions.
protocol ByteValue : Equatable
Stores a primitive value.
@frozen struct Int
A signed integer value type.
protocol DataConvertible
Can be converted into data.
func append<Data>(to data: inout Data) where Data : DataContainer
Append data representation into buffer.