Initializerpureswift.bluetooth 7.2.0Bluetooth
init(integerLiteral:)
UInt256.swift:104init(integerLiteral value: UInt64)
init(integerLiteral value: UInt64)
import Bluetooth
Pure Swift Bluetooth Definitions.
@frozen struct UInt256
A 256 bit number stored according to host endianness.
@frozen struct UInt64
A 64-bit unsigned integer value type.
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
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 byteSwapped: UInt256 { get }
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)