TNL::RPCEvent Class Reference
#include <tnlRPC.h>
Inheritance diagram for TNL::RPCEvent:
Detailed Description
Base class for RPC events.
All declared RPC methods create subclasses of RPCEvent to send data across the wire
Constructor & Destructor Documentation
|
Constructor call from within the rpcSomething method generated by the TNL_IMPLEMENT_RPC macro.
|
Member Function Documentation
virtual bool TNL::RPCEvent::checkClassType |
( |
Object * |
theObject |
) |
[pure virtual] |
|
|
Process is called to process the event data when it has been unpacked.
For a guaranteed, ordered event, process is called only once all prior events have been received and processed. For unguaranteed events, process is called immediately after unpack.
Implements TNL::NetEvent.
Reimplemented in TNL::NetObjectRPCEvent. |
Field Documentation