9 #ifndef MESSAGELOCATION_H 10 #define MESSAGELOCATION_H MessageLocation(int start=-1, int size=0)
Constructor, initializes by default to an invalid message.
Stores the location of a message in a buffer using a start position and a size.
int m_startPos
The offset of the first byte of the message or -1 if no message.
int m_size
The size of the message, when less than 0 it indicates the expected message size. ...
bool isValid() const
Returns whether the stored message information describes a valid message.