#include <RakNetworkFactory.h>
Static Public Member Functions | |
static RakClientInterface * | GetRakClientInterface (void) |
static RakServerInterface * | GetRakServerInterface (void) |
static RakPeerInterface * | GetRakPeerInterface (void) |
static void | DestroyRakClientInterface (RakClientInterface *i) |
static void | DestroyRakServerInterface (RakServerInterface *i) |
static void | DestroyRakPeerInterface (RakPeerInterface *i) |
This class is in charge of creating and managing Peers. You should always pass throught this class to get a communication End Point.
|
Destroys an instance of the network client. |
|
Destroys an instance of the network server. |
|
Destroys an instance of the network server. |
|
Returns a new instance of the network client. |
|
Returns a new instance of the network server. |
|
Returns a new instance of the network server. |