Max OS 0.3
Loading...
Searching...
No Matches
rawdatahandler.h
Go to the documentation of this file.
1
9#ifndef MAXOS_DRIVERS_ETHERNET_RAWDATAHANDLER_H
10#define MAXOS_DRIVERS_ETHERNET_RAWDATAHANDLER_H
11
12#include <cstdint>
13
14
15namespace MaxOS::drivers::ethernet {
16
22 public:
25 virtual bool handle_raw_data(uint8_t* data, uint32_t size);
26 };
27
28
29}
30
31
32#endif //MAXOS_DRIVERS_ETHERNET_RAWDATAHANDLER_H
Handles raw data received from the ethernet controller.
virtual bool handle_raw_data(uint8_t *data, uint32_t size)
Handles raw data received from the Ethernet driver.