Base type for any message sent or received on a Channel.
Subclasses MUST set a unique MSGTYPE (< 0xf000; values >= 0xf000 are
system-reserved) and implement pack / unpack. The class must
also be constructable with no arguments (used to validate registration and to
instantiate on receive).
Base type for any message sent or received on a Channel.
Subclasses MUST set a unique
MSGTYPE(<0xf000; values>= 0xf000are system-reserved) and implement pack / unpack. The class must also be constructable with no arguments (used to validate registration and to instantiate on receive).