// // Created by cfif on 11.02.2025. // #ifndef SMART_COMPONENTS_TELEMATICA_V2_CLEARDIAGNOSTICINFORMATION_14_H #define SMART_COMPONENTS_TELEMATICA_V2_CLEARDIAGNOSTICINFORMATION_14_H #include "stdint.h" // Для сброса ошибок DTC typedef struct __attribute__ ((packed)) { uint8_t ServiceId; uint8_t groupOfDTCHighByte; uint8_t groupOfDTCMiddleByte; uint8_t groupOfDTCLowByte; } tClearDiagnosticInformationRequest; #endif //SMART_COMPONENTS_TELEMATICA_V2_CLEARDIAGNOSTICINFORMATION_14_H