LMacTCPUDPSendQueue is a PowerPlant class that is used for simplifying data sends.
Methods :
The methods in this class are:
Data Members:
The data members in this class are:
Source files:
See also:
LInterruptSafeListMember
Purpose:
The constructor creates the object. It inherits from the LSendQueue() constructor.
Access :
Prototype:
LMacTCPUDPSendQueue(
LMacTCPUDPEndpoint * inEndpoint); This constructor has the following parameter:
Purpose:
The destructor destroys the object.
Access :
Prototype:
virtual ~LMacTCPUDPSendQueue()
Purpose:
Sends are chained via the completion routine.
NOTE: This routine may be called at interrupt time.
Access :
Prototype:
virtual void Int_InternalSend();Parameters:
Return:
Purpose:
Returns the size of the pending data in the queue.
Access :
Prototype:
void NotifyRelease(LSendData* inData);Parameters:
This method has the following parameter:
Return:
Purpose:
Access :
Prototype:
wdsEntry mWDS[2];
Purpose:
Access :
Prototype:
LMacTCPUDPEndpoint * mMacTCPUDPEndpoint;
Purpose:
Access :
Prototype:
StMacTCPUDPSendOperation * mOperation;