ComponentIdentifier

public struct ComponentIdentifier

Identifies the component in the system to which this Manufacturer’s Information pertains and specifies how many separate components are available in the system.

  • Number of Components max of 15

    Declaration

    Swift

    fileprivate(set) public var count: UInt8 { get }
  • Component 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)