VidPidMid

public struct VidPidMid

Represents properties for any component. i.e. tag/interposer/module.

  • vid

    VendorId of the component, tag/interposer/module.

    Declaration

    Swift

    public let vid: String
  • pid

    ProductId of the component, tag/interposer/module.

    Declaration

    Swift

    public let pid: String
  • mid

    The module ID.

    Declaration

    Swift

    public var mid: String?