LowEnergyScanTimeInterval
LE Scan Time Interval
@frozen struct LowEnergyScanTimeInterval
Range: 0x0004 to 0x4000 Time = N * 0.625 msec Time Range: 2.5 msec to 10240 msec
LE Scan Time Interval
@frozen struct LowEnergyScanTimeInterval
Range: 0x0004 to 0x4000 Time = N * 0.625 msec Time Range: 2.5 msec to 10240 msec
import Bluetooth
Pure Swift Bluetooth Definitions.
@frozen struct RSSI
RSSI
protocol BitwiseCopyable
protocol Comparable : Equatable
A type that can be compared using the relational operators <
, <=
, >=
, and >
.
protocol Equatable
A type that can be compared for value equality.
protocol Hashable : Equatable
A type that can be hashed into a Hasher
to produce an integer hash value.
protocol RawRepresentable<RawValue>
A type that can be converted to and from an associated raw value.
protocol Sendable
init?(rawValue: UInt16)
static var max: LowEnergyScanTimeInterval { get }
10.24 seconds
static var min: LowEnergyScanTimeInterval { get }
2.5 msec
var miliseconds: Double { get }
Time = N * 0.625 msec
let rawValue: UInt16
static func < (lhs: LowEnergyScanTimeInterval, rhs: LowEnergyScanTimeInterval) -> Bool
var hashValue: Int { get }
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.
static func ... (minimum: Self) -> PartialRangeFrom<Self>
Returns a partial range extending upward from a lower bound.
static func ... (maximum: Self) -> PartialRangeThrough<Self>
Returns a partial range up to, and including, its upper bound.
static func ... (minimum: Self, maximum: Self) -> ClosedRange<Self>
Returns a closed range that contains both of its bounds.
static func ..< (maximum: Self) -> PartialRangeUpTo<Self>
Returns a partial range up to, but not including, its upper bound.
static func ..< (minimum: Self, maximum: Self) -> Range<Self>
Returns a half-open range that contains its lower bound but not its upper bound.
static func <= (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether the value of the first argument is less than or equal to that of the second argument.
static func > (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether the value of the first argument is greater than that of the second argument.
static func >= (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether the value of the first argument is greater than or equal to that of the second argument.
func hash(into hasher: inout Hasher)