Retrieves the safety statusword bits corresponding to the specified parameter structure version.
Behavior based on parameterStructureVersion:
parameterStructureVersion
undefined
safetyStatuswordBits
0x0203
safetyStatuswordBitsV1
safetyStatuswordBitsV2
An array of SafetyStatuswordBit objects for the appropriate non-SMM, LW1, or LW2 set.
SafetyStatuswordBit
Optional
Optional version of the parameter structure used to select which set of statusword bits to return.
Generated using TypeDoc
Retrieves the safety statusword bits corresponding to the specified parameter structure version.
Behavior based on
parameterStructureVersion:undefinedor not provided, returns the non-SMM bits (safetyStatuswordBits).0x0203, returns the LW1 bits (safetyStatuswordBitsV1).0x0203or greater, returns the LW2 bits (safetyStatuswordBitsV2).Returns
An array of
SafetyStatuswordBitobjects for the appropriate non-SMM, LW1, or LW2 set.