18 virtual uint8_t*
save(uint8_t* buffer)
31 virtual const uint8_t*
restore(
const uint8_t* buffer)
Interface for classes that can save and restore data from a buffer.
virtual uint8_t * save(uint8_t *buffer)
This method is called when the object should save its state to the buffer.
virtual const uint8_t * restore(const uint8_t *buffer)
This method is called when the object should restore its state from the buffer.
virtual uint16_t saveSize()