Max OS 0.3
Loading...
Searching...
No Matches
rawdatahandler.cpp
Go to the documentation of this file.
1
10
11using namespace MaxOS;
12using namespace MaxOS::drivers;
13using namespace MaxOS::drivers::ethernet;
14
15RawDataHandler::RawDataHandler() = default;
16
17RawDataHandler::~RawDataHandler() = default;
18
26bool RawDataHandler::handle_raw_data(uint8_t* data, uint32_t size)
27{
28 return false;
29}
virtual bool handle_raw_data(uint8_t *data, uint32_t size)
Handles raw data received from the Ethernet driver.
Defines a RawDataHandler class for handling raw ethernet data received from the ethernet controller.