![]() |
Max OS 0.3
|
Event that is triggered when data is sent, holds the buffer and size of the data. More...
#include <ethernet.h>
Public Member Functions | |
| DataSentEvent (uint8_t *buffer, uint32_t size) | |
| Construct a new Data Sent Event object. | |
Public Member Functions inherited from MaxOS::common::Event< EthernetDriverEvents > | |
| Event (EthernetDriverEvents type) | |
| Constructs a new Event object. | |
Public Attributes | ||
| uint8_t * | buffer | |
| The buffer that was sent. | ||
| uint32_t | size | |
| The size of the buffer that was sent. | ||
Public Attributes inherited from MaxOS::common::Event< EthernetDriverEvents > | ||
| EthernetDriverEvents | type | |
| uint8_t * | buffer_value | |
| uint32_t | int_value | |
| bool | bool_value | |
| union { | ||
| uint8_t * buffer_value | ||
| uint32_t int_value | ||
| bool bool_value | ||
| } | return_value | |
Event that is triggered when data is sent, holds the buffer and size of the data.
Definition at line 49 of file ethernet.h.
Construct a new Data Sent Event object.
| buffer | The buffer that was sent |
| size | The size of the buffer |
Definition at line 181 of file ethernet.cpp.
| uint8_t* MaxOS::drivers::ethernet::DataSentEvent::buffer |
| uint32_t MaxOS::drivers::ethernet::DataSentEvent::size |
The size of the buffer that was sent.
Definition at line 52 of file ethernet.h.
Referenced by DataSentEvent().