Max OS 0.3
Loading...
Searching...
No Matches
MaxOS::drivers::ethernet::RawDataHandler Class Reference

Handles raw data received from the ethernet controller. More...

#include <rawdatahandler.h>

Public Member Functions

virtual bool handle_raw_data (uint8_t *data, uint32_t size)
 Handles raw data received from the Ethernet driver.
 

Detailed Description

Handles raw data received from the ethernet controller.

Definition at line 21 of file rawdatahandler.h.

Member Function Documentation

◆ handle_raw_data()

bool RawDataHandler::handle_raw_data ( uint8_t *  data,
uint32_t  size 
)
virtual

Handles raw data received from the Ethernet driver.

Parameters
dataPointer to the raw data
sizeSize of the raw data in bytes
Returns
True if the data was handled, false otherwise

Definition at line 26 of file rawdatahandler.cpp.

27{
28 return false;
29}

The documentation for this class was generated from the following files: