E_CoE_0x10F3_DiagHistory_DiagCodeType

The enumeration specifies the type of DiagCode value output. The types are defined by the ETG standard.

TYPE E_CoE_0x10F3_DiagHistory_DiagCodeType :
(
    UNKNOWN,
    NotUsed,
    ManufacturerSpecific,
    EmergencyErrorCode,
    Reserved,
    ModuleRelated,
    DeviceRelated,
    ProfileSpecific
) USINT;
END_TYPE

Value

Description

UNKNOWN

Unknown type of message

NotUsed

The DiagCode is currently not used according to the standard.

ManufacturerSpecific

The DiadCode is specific and defined by the device manufacturer.

EmergencyErrorCode

The DiagCode is an emergency code.

Reserved

The DiagCode is reserved for future use. The type has not yet been defined.

ModuleRelated

The DiagCode is module-related.

DeviceRelated

The DiagCode is device-related.

ProfileSpecific

The DiagCode is profile-specific.