// // Created by cfif on 06.08.2024. // #ifndef SMART_COMPONENTS_UPDATE_DIAGNOSTICSESSIONCONTROL_10_H #define SMART_COMPONENTS_UPDATE_DIAGNOSTICSESSIONCONTROL_10_H #include "stdint.h" #pragma scalar_storage_order big-endian // Для готовности загрузки модема typedef struct __attribute__ ((packed)) { uint8_t ServiceId; uint8_t diagnosticSessionType; uint16_t P2; uint16_t P2Ex; } tDiagnosticSessionsType; // Для запроса сессии typedef struct __attribute__ ((packed)) { uint8_t ServiceId; uint8_t diagnosticSessionType; } tDiagnosticSessionControlRequest; #pragma scalar_storage_order little-endian #endif //SMART_COMPONENTS_UPDATE_DIAGNOSTICSESSIONCONTROL_10_H