Function getApiIdentifierFromHardwareDescription

  • Constructs the API ID from the hardware description file. The API ID is a combination of the assembly or device ID, version, and optionally a Key ID, which is used for encrypting firmware binaries. Note: In the "Hardware Description File Format" document, the API ID is now referred to as FWID for clarity.

    Returns

    An API identifier, such as "9600-02" or "9600-02-2423".

    Parameters

    • hd: HardwareDescription

      The hardware description object.

    • skipKeyId: boolean = false

      If true, assembles the API ID without including the Key ID.

    Returns string

Generated using TypeDoc