Instance Propertypureswift.bluetooth 7.2.0Bluetooth
byteSwapped
UInt256.swift:60var byteSwapped: UInt256 { get }
var byteSwapped: UInt256 { get }
import Bluetooth
Pure Swift Bluetooth Definitions.
@frozen struct UInt256
A 256 bit number stored according to host endianness.
init(bytes: ByteValue = (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0))
init?<Data>(data: Data) where Data : DataContainer
init(integerLiteral value: UInt64)
static var bitWidth: Int { get }
static var max: UInt256 { get }
The maximum representable value in this type.
static var min: UInt256 { get }
The minimum representable value in this type.
static var zero: UInt256 { get }
The value with all bits set to zero.
var bytes: ByteValue
func hash(into hasher: inout Hasher)
typealias ByteValue = (UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8)