OpenNet
Public Member Functions | List of all members
OpenNetK::Packet Class Reference

This class cache packet information. More...

#include <Packet.h>

Public Member Functions

uint64_t GetData_PA ()
 Retrieve the physical address of data. More...
 
void * GetData_XA ()
 Retrieve the virtual address of data. More...
 
void IndicateRxCompleted (uint32_t aSize_byte)
 Indicate that the packet now contains received data. More...
 
void IndicateRxRunning ()
 Indicate that the packet is now used to receive data.
 

Detailed Description

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

Member Function Documentation

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_byteThe size of the received packet

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