StMacTCPUDPOperation is a PowerPlant class that is used for managing UDPParamBlock and thread blocking for MacTCP related UDP interface calls.
Methods :
The methods in this class are:
Data Members:
The data members in this class are:
Source files:
See also:
Purpose:
The constructor creates the object.
Access :
Prototype:
StMacTCPUDPOperation(
SInt16 inOperationCode, StreamPtr inStreamPtr );Parameters:
Purpose:
The destructor destroys the object.
Access :
Prototype:
~StMacTCPUDPOperation();
Purpose:
Return the value of sMacTCPUDPCompletionProc.
Access :
Prototype:
inline UDPIOCompletionUPP GetCompletionProc();Parameters:
Return:
Purpose:
Return the value of mUDPParamBlock.
Access :
Prototype:
inline SUDPParamBlock& GetParamBlock();Parameters:
Return:
Purpose:
Access :
Prototype:
static pascal void Int_UDPCompletionProc(
SUDPParamBlock* inParamBlock
#if !GENERATINGCFM
: __A0
#endif
); This method has the following parameters:
Return:
Purpose:
Attempt the operation. Check for immediate failure.
Access :
Prototype:
void Run();Parameters:
Return:
Purpose:
Access :
Prototype:
SUDPParamBlock * mUDPParamBlock;
Purpose:
The completion routine Universal Procedure Pointer (UPP).
Access :
Prototype:
UDPIOCompletionUPP sMacTCPUDPCompletionProc;
Purpose:
The parameter block deletion queue.
Access :
Prototype:
LUDPParamBlockDeleteQueue
*sUDPParamBlockDeleteQueue;