Size of value in bytes.
static var length: Int { get }
s9Bluetooth9ByteValuePAAE6lengthSivpZ
1VLE0
import Bluetooth
Pure Swift Bluetooth Definitions.
protocol ByteValue : Equatable
Stores a primitive value.
@frozen struct Int
A signed integer value type.
static func == (lhs: Self, rhs: Self) -> Bool
func withUnsafeBytes<R>(_ body: (UnsafeBufferPointer<UInt8>) throws -> R) rethrows -> R