LMacTCPTCPSendQueue is a PowerPlant class that is used for queuing data for asynchronous style data sending for MacTCP.
Methods :
The methods in this class are:
Data Members:
The data members in this class are:
Operation:
This class is used primarily for Open Transport-style "acked" data transfers which are not native to MacTCP.
Source files:
See also:
Purpose:
The constructor creates the object.
Access :
Prototype:
LMacTCPTCPSendQueue(
LMacTCPTCPEndpoint *inEndpoint ); This constructor has the following parameter:
Purpose:
The destructor destroys the object.
Access :
Prototype:
virtual ~LMacTCPTCPSendQueue();
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:
virtual void NotifyRelease(LSendData* inData);Parameters:
This method has the following parameter:
Return:
Purpose:
Access :
Prototype:
wdsEntry mWDS[5];
Purpose:
Access :
Prototype:
LMacTCPTCPEndpoint * mMacTCPEndpoint;
Purpose:
Access :
Prototype:
StMacTCPTCPSendOperation * mOperation;