CMessageHeader::HEADER_SIZE

Total size of a serialized message header in bytes.

Synopsis

Declared in <protocol.h>

inline constexpr static
size_t HEADER_SIZE = std::tuple_size_v<MessageStartChars> + MESSAGE_TYPE_SIZE + MESSAGE_SIZE_SIZE + CHECKSUM_SIZE;