Instance Propertypureswift.bluetooth 7.2.0Bluetooth
description
ByteValue.swift:105var description: String { get }
var description: String { get }
s9Bluetooth9ByteValuePA2A0B4SwapRzs23CustomStringConvertibleRzrlE11descriptionSSvp
What are these?7XBQX
where Self:ByteSwap, Self:CustomStringConvertible
import Bluetooth
Pure Swift Bluetooth Definitions.
protocol ByteValue : Equatable
Stores a primitive value.
@frozen struct String
A Unicode string value that is a collection of characters.
protocol ByteSwap
A Bluetooth value that is stored in the CPU native endianess format.
protocol CustomStringConvertible
A type with a customized textual representation.