Function getSafetyStatuswordBits

  • Retrieves the safety statusword bits corresponding to the specified parameter structure version.

    Behavior based on parameterStructureVersion:

    • If undefined or not provided, returns the non-SMM bits (safetyStatuswordBits).
    • If less than 0x0203, returns the LW1 bits (safetyStatuswordBitsV1).
    • If 0x0203 or greater, returns the LW2 bits (safetyStatuswordBitsV2).

    Returns

    An array of SafetyStatuswordBit objects for the appropriate non-SMM, LW1, or LW2 set.

    Parameters

    • Optional parameterStructureVersion: number

      Optional version of the parameter structure used to select which set of statusword bits to return.

    Returns SafetyStatuswordBit[]

Generated using TypeDoc