Message (abstract class)
Constructors:
(none)
General Description: Message pattern for creating specific message to send and receive.
Methods
virtual char* Wrap(int& Bytes) const; Interface for packaging object.bool Unwrap(char* package, int Bytes,
int MsgNum); Interface for unpackaging object.
Exceptions Thrown
(none),