Class MaxNet
See Also: Class MaxNetManager, List of MaxNet Errors
class MaxNet
Description:
This class is available in release 4.0 and later only.
The MaxNet class serves as the base class for MaxNetManager and should be treated as the exception handler when using the Network Rendering API.
Methods:
Prototype:
MaxNet();
Remarks:
Constructor
Prototype:
maxnet_error_t GetError();
Remarks:
This method returns the MaxNet error. See the list of MaxNet error codes for details.
Prototype:
int GetGError();
Remarks:
This method returns the MaxNet error. See the list of MaxNet error codes for details.
Prototype:
const TCHAR* GetErrorText();
Remarks:
This method returns the MaxNet error description string.