Message Class Referenceabstract

A message is the second part of a packet after the header. More...

Inheritance diagram for Message:
PacketPart AuthenticationMessage BoxDescriptionMessage CommunicationProtocolVersionMessage EBMLMessage EndMessage ErrorMessage LogMessage SyncMessage TimeMessage

Additional Inherited Members

- Public Member Functions inherited from PacketPart
virtual std::vector< uint8_t > toBytes () const =0
 Provide array of bytes that represent the object. More...
 
virtual bool fromBytes (const std::vector< uint8_t > &buffer, size_t &bufferIndex)=0
 Transform bytes vector into an object. More...
 
bool isValid () const
 Query if this object is valid. More...
 

Detailed Description

A message is the second part of a packet after the header.