UOpenTptSupport is a PowerPlant class that is used for helping other Open Transport classes.
Methods :
The methods in this class are:
Data Members:
The data members in this class are:
Source files:
Purpose:
This method is internal only, and is used to perform Open Transport-specific gestalt activity.
Access :
Prototype:
static void GetOTGestalt();Parameters:
Return:
Purpose:
This method determines whether the machine has Open Transport installed.
Access :
Prototype:
static Boolean HasOpenTransport();Parameters:
Return:
Returns true if Open Transport is installed on the machine.
Purpose:
Checks for certain Open Transport gestalt parameters.
Access :
Prototype:
static Boolean HasOpenTransportTCP();Parameters:
Return:
Returns true if certain gestalt parameters for Open Transport are set.
Purpose:
Convert an Open Transport address to PowerPlant LInternetAddress.
Access :
Prototype:
static LInternetAddress* OTAddressToPPAddress(
OTAddress* inAddress );Parameters:
This method has the following parameter:
Return:
An LInternetAddress.
Purpose:
Access :
Prototype:
static void StartOpenTransport();Parameters:
Return:
Purpose:
Whether gestalt has been queried.
Access :
Prototype:
Boolean sOTGestaltTested;
Purpose:
Whether to close the Open Transport task or not.
Access :
Prototype:
LOpenTpt_CloseOpenTpt* sCloseOpenTptTask;
Purpose:
The result of querying Gestalt().
Access :
Prototype: