|
CHERIoT RTOS
A compartmentalised RTOS for CHERIoT hardware
|
Class encapsulating a frame that has been received. More...
#include <platform-ethernet.hh>

Public Member Functions | |
| BufferedFrame (const BufferedFrame &)=delete | |
| BufferedFrame (BufferedFrame &&other) | |
Public Attributes | |
| uint16_t | length |
| Capability< uint8_t > | buffer |
Friends | |
| class | KunyanEthernet |
Class encapsulating a frame that has been received.
This holds a reference to the internal state of the buffer and will mark the buffer as free when it is destroyed.
Definition at line 631 of file platform-ethernet.hh.
|
inline |
Definition at line 662 of file platform-ethernet.hh.
|
inline |
Definition at line 671 of file platform-ethernet.hh.
|
friend |
Definition at line 633 of file platform-ethernet.hh.
| Capability<uint8_t> KunyanEthernet::BufferedFrame::buffer |
Definition at line 660 of file platform-ethernet.hh.
| uint16_t KunyanEthernet::BufferedFrame::length |
Definition at line 659 of file platform-ethernet.hh.