Crunch
A Message Definition Language for Getting Things Right
Loading...
Searching...
No Matches
Crunch::CrunchHeader Struct Reference

Represents the standard Crunch message header. More...

#include <crunch_header.hpp>

Public Attributes

CrunchVersionId version
 
Format format
 
MessageId message_id
 

Detailed Description

Represents the standard Crunch message header.

All protocols share this common header format:

  • Version (1 byte): Protocol version
  • Format (1 byte): Serialization format identifier
  • MessageId (4 bytes): Unique message type identifier

The documentation for this struct was generated from the following file: