9#ifndef MAXOS_DRIVERS_ETHERNET_RAWDATAHANDLER_H
10#define MAXOS_DRIVERS_ETHERNET_RAWDATAHANDLER_H
15namespace MaxOS::drivers::ethernet {
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.