35 #ifndef EOCHUNKMESSAGE_H_ 36 #define EOCHUNKMESSAGE_H_ Representing part of an message.
Definition: eoChunkMessage.h:46
eoReturn CopyDataFrom(const uint8_t *const src, const uint8_t len)
Copies len bytes of data to the internal buffer.
bool IsReceived() const
Checks if the chunk of the message has been received.
Definition: eoChunkMessage.h:87
eoReturn
contains all the return values from different functions
Definition: eoApiDef.h:40
base class for all Messages
Definition: eoAbstractMessage.h:45
eoReturn CopyFrom(eoAbstractMessage const &msg)