Total size of a serialized message header in bytes.
Declared in <protocol.h>
<protocol.h>
inline constexpr static size_t HEADER_SIZE = std::tuple_size_v<MessageStartChars> + MESSAGE_TYPE_SIZE + MESSAGE_SIZE_SIZE + CHECKSUM_SIZE;