#ifndef __GENERICBINARYSTATUSPACKET_H__ #define __GENERICBINARYSTATUSPACKET_H__ #ifdef __cplusplus #include #include #include namespace icsneo { class GenericBinaryStatusMessage; struct GenericBinaryStatusPacket { static std::shared_ptr DecodeToMessage(const std::vector& bytes); static std::vector EncodeArguments(uint16_t binaryIndex); }; } #endif // __cplusplus #endif // __GENERICBINARYSTATUSPACKET_H__