UMacTCPSupport is a PowerPlant class that is used for helpers for the MacTCP classes. Keeps global reference to MacTCP driver and DNS code segment.
Methods :
The methods in this class are:
Data Members:
The data members in this class are:
Source files:
Purpose:
Return the MacTCP reference number, held in sMacTCPRefNum.
Access :
Prototype:
static SInt16 GetMacTCPRefNum();
Purpose:
Determine whether MacTCP is present.
Access :
Prototype:
static Boolean HasMacTCP();Parameters:
Return:
Returns true of MacTCP is present, false otherwise.
Purpose:
Open the MacTCP driver if not already open.
Access :
Prototype:
static void OpenMacTCPDriver();Parameters:
Return:
Purpose:
Access :
Prototype:
static SInt16 sMacTCPRefNum;
Purpose:
Storage for the LMacTCP_CloseResolver.
Access :
Prototype:
static LMacTCP_CloseResolver* sCloseResolverTask;