This class cache packet information.
More...
#include <Packet.h>
This class cache packet information.
- Note
- This class is part of the Driver Development Kit (DDK).
-
Kernel class - No constructor, no destructor, no virtual method
uint64_t OpenNetK::Packet::GetData_PA |
( |
| ) |
|
|
inline |
Retrieve the physical address of data.
- Returns
- This method returns a physica address of data
void * OpenNetK::Packet::GetData_XA |
( |
| ) |
|
|
inline |
Retrieve the virtual address of data.
- Returns
- This method returns a virtual address of the kernel memory space.
void OpenNetK::Packet::IndicateRxCompleted |
( |
uint32_t |
aSize_byte | ) |
|
|
inline |
Indicate that the packet now contains received data.
- Parameters
-
aSize_byte | The size of the received packet |
The documentation for this class was generated from the following file: