Searched refs:reset_command (Results 1 – 1 of 1) sorted by relevance
137 const std::array<uint8_t, 4> reset_command{0x01, 0x03, 0x0c, 0x00}; in Consume() local145 if (packet_[offset] != reset_command[offset]) { in Consume()148 if (*buffer == reset_command[0]) { in Consume()154 if (packet_.size() == reset_command.size()) { in Consume()