BatteryIdentifier
public struct BatteryIdentifier
Identifies the battery in system to which this battery status pertains and specifies how many batteries are available in the system.
-
Number of Batteries max of 15
Declaration
Swift
fileprivate(set) public var count: UInt8 { get }
-
Battery Identifier
Declaration
Swift
fileprivate(set) public var identifier: UInt8 { get }
-
Undocumented
Declaration
Swift
public var uint8Value: UInt8 { get }
-
Undocumented
Declaration
Swift
public init(_ value: UInt8)
-
Undocumented
Declaration
Swift
public init(count: UInt8, identifier: UInt8)