This class represents a Message buffer.
More...
#include <src/core/common/message.hpp>
|
|
union { |
|
struct { |
|
MessageInfo mInfo |
| |
|
uint8_t mData [kHeadBufferDataSize] |
| |
| } mHead |
| |
|
uint8_t mData [kBufferDataSize] |
| |
| } | mBuffer |
| |
This class represents a Message buffer.
§ GetNextBuffer()
| class Buffer* ot::Buffer::GetNextBuffer |
( |
void |
| ) |
const |
|
inline |
This method returns a pointer to the next message buffer.
- Returns
- A pointer to the next message buffer.
The documentation for this class was generated from the following file: