MaxNet Class Reference
 
 
 
MaxNet Class Reference

This reference page is linked to from the following overview topics: Network Rendering.


#include <MaxNet.h>

Inheritance diagram for MaxNet:
MaxHeapOperators MaxNetManager

Class Description

See also:
Class MaxNetManager, List of MaxNet Errors

Description:
The MaxNet class serves as the base class for MaxNetManager and should be treated as the exception handler when using the Network Rendering API.

Public Member Functions

  MaxNet ()
maxnet_error_t  GetError ()
int  GetGError ()
const MCHAR *  GetErrorText ()

Protected Member Functions

maxnet_error_t  TranslateError (int err)

Protected Attributes

int  gerror
maxnet_error_t  error

Constructor & Destructor Documentation

MaxNet ( )
Remarks:
Constructor

Member Function Documentation

maxnet_error_t TranslateError ( int  err ) [protected]
maxnet_error_t GetError ( )
Remarks:
This method returns the MaxNet error. See the list of MaxNet error codes for details.
int GetGError ( )
Remarks:
This method returns the MaxNet error. See the list of MaxNet error codes for details.
const MCHAR* GetErrorText ( )
Remarks:
This method returns the MaxNet error description string.

Member Data Documentation