Product

Constructors

  • Constructs product

    Parameters

    • hwpid: number

      Product HWPID (Hardware Profile ID)

    • name: string

      Product name

    • manufacturerId: number

      Product manufacturer ID

    • companyName: string

      Company name

    • homePage: string

      Product homepage

    • picture: string

      Product picture

    • rfMode: RfModes

      Product RF modes

    • metadata: null | ProductMetadata

      Product metadata

    Returns Product

Properties

companyName: string
homePage: string
hwpid: number
manufacturerId: number
metadata: null | ProductMetadata
name: string
picture: string
rfModes: RfModes

Methods