![]() |
0.01.00
|
This class represents a Message buffer. More...
#include <src/core/common/message.hpp>
Public Member Functions | |
| class Buffer * | GetNextBuffer (void) const |
| This method returns a pointer to the next message buffer. More... | |
| void | SetNextBuffer (class Buffer *buf) |
| This method sets the pointer to the next message buffer. | |
Friends | |
| class | Message |
Additional Inherited Members | |
Public Attributes inherited from otMessage | |
| struct otMessage * | mNext |
| A pointer to the next Message buffer. | |
This class represents a Message buffer.
|
inline |
This method returns a pointer to the next message buffer.