#ifndef __COMPONENTVERSIONPACKET_H__ #define __COMPONENTVERSIONPACKET_H__ #ifdef __cplusplus #include #include #include namespace icsneo { class ComponentVersionsMessage; struct ComponentVersionPacket { static std::shared_ptr DecodeToMessage(const std::vector& bytes); }; } #endif // __cplusplus #endif // __DEVICECOMPONENTVERSIONPACKET_H__