Function resolveSmmOd

  • Resolves the appropriate SMM OD (Object Dictionary) version based on the provided parameter structure version.

    Returns

    • Returns smmOdV1 if the version is less than 0x0203, otherwise returns smmOdV2.

    Parameters

    • Optional parameterStructureVersion: number = 0x0041

      The version of the parameter structure to determine which SMM OD to return.

    Returns SmmOd

Generated using TypeDoc