RakNet::RPC4GlobalRegistration Class Reference

Instantiate this class globally if you want to register a function with RPC4 at the global space. More...

#include <RPC4Plugin.h>

List of all members.

Public Member Functions

 RPC4GlobalRegistration (const char *uniqueID, void(*functionPointer)(RakNet::BitStream *userData, Packet *packet))
 Queue a call to RPC4::RegisterFunction() globally. Actual call occurs once RPC4 is attached to an instance of RakPeer or TCPInterface.
 RPC4GlobalRegistration (const char *uniqueID, void(*functionPointer)(RakNet::BitStream *userData, Packet *packet), int callPriority)
 Queue a call to RPC4::RegisterSlot() globally. Actual call occurs once RPC4 is attached to an instance of RakPeer or TCPInterface.
 RPC4GlobalRegistration (const char *uniqueID, void(*functionPointer)(RakNet::BitStream *userData, RakNet::BitStream *returnData, Packet *packet))
 Queue a call to RPC4::RegisterBlockingFunction() globally. Actual call occurs once RPC4 is attached to an instance of RakPeer or TCPInterface.
 RPC4GlobalRegistration (const char *uniqueID, MessageID messageId)
 Queue a call to RPC4::RegisterLocalCallback() globally. Actual call occurs once RPC4 is attached to an instance of RakPeer or TCPInterface.


Detailed Description

Instantiate this class globally if you want to register a function with RPC4 at the global space.
The documentation for this class was generated from the following file:

Generated on Wed Feb 1 13:33:48 2012 for RakNet by  doxygen 1.5.7.1