The Pedigree Project
0.1
|
#include <NetworkStack.h>
Public Member Functions | |
uintptr_t | getBuffer () const |
size_t | getLength () const |
Network * | getCard () const |
uint32_t | getOffset () const |
Private Member Functions | |
bool | copyFrom (uintptr_t otherPacket, size_t size) |
Private Attributes | |
uintptr_t | m_Buffer |
size_t | m_PacketLength |
Network * | m_pCard |
uint32_t | m_Offset |
Mutex | m_Pushed |
Friends | |
class | NetworkStack |
Abstraction for a packet.
Definition at line 87 of file NetworkStack.h.