mote::Dumpable Struct Referenceabstract
Interface that ensures serialization from and to a memory region. More...
#include <MoteProtocol.h>
Inheritance diagram for mote::Dumpable:

Collaboration diagram for mote::Dumpable:

Detailed Description
Interface that ensures serialization from and to a memory region.
Anything able to be dumped to or read from a buffer. Useful for messages containing messages, containing messages, ...
Public Member Functions | |
virtual uint8_t * | dump (uint8_t *dst, int os=1)=0 |
virtual uint8_t * | undump (uint8_t *src, int os=1)=0 |
The documentation for this struct was generated from the following file: