126         mInfo_XA->mSize_byte = aSize_byte;
 
  127         mInfo_XA->mSendTo    =          0;
 
  129         mSize_byte = aSize_byte;
 
  130         mState     = STATE_RX_COMPLETED;
 
  135         mState = STATE_RX_RUNNING;
 
  141     inline uint32_t Packet::GetSize()
 
void * GetData_XA()
Retrieve the virtual address of data. 
Definition: Packet.h:119
 
void IndicateRxRunning()
Indicate that the packet is now used to receive data. 
Definition: Packet.h:133
 
This class cache packet information. 
Definition: Packet.h:30
 
This structure is used to pass the information about a packet. 
Definition: Types.h:55
 
void IndicateRxCompleted(uint32_t aSize_byte)
Indicate that the packet now contains received data. 
Definition: Packet.h:124
 
uint64_t GetData_PA()
Retrieve the physical address of data. 
Definition: Packet.h:114