#include "Packet.h" Packet::Packet(uint8_t command, const std::vector &data) { this->command = command; this->data = data; };