otLinkedBuffer Struct Reference
A linked buffer structure for use with TCP.
#include <
include/openthread/tcp.h
>
Public Attributes |
|
struct otLinkedBuffer * | mNext |
Pointer to the next linked buffer in the chain, or NULL if it is the end.
|
|
const uint8_t * | mData |
Pointer to data referenced by this linked buffer.
|
|
uint16_t | mLength |
Length of this linked buffer (number of bytes).
|
A linked buffer structure for use with TCP.
A single otLinkedBuffer structure references an array of bytes in memory, via mData and mLength. The mNext field is used to form a chain of otLinkedBuffer structures.
The documentation for this struct was generated from the following file:
-
include/openthread/
tcp.h