![]() |
Shadowrun: Awakened 29 September 2011 - Build 871
|
Remote procedure calls, without external dependencies. More...
Collaboration diagram for RPC:Classes | |
| class | RakNet::RPC4 |
| The RPC4 plugin is just an association between a C function pointer and a string. More... | |
Enumerations | |
| enum | RakNet::RPCErrorCodes { RakNet::RPC_ERROR_FUNCTION_NOT_REGISTERED } |
| Error codes returned by a remote system as to why an RPC function call cannot execute. More... | |
This should not be used at the same time as RPC3. This is a less functional version of RPC3, and is here for users that do not want the Boost dependency of RPC3.
Error code follows packet ID ID_RPC_REMOTE_ERROR, that is packet->data[1]
Name of the function will be appended starting at packet->data[2]
| RPC_ERROR_FUNCTION_NOT_REGISTERED |
Named function was not registered with RegisterFunction(). Check your spelling. |
Definition at line 42 of file RPC4Plugin.h.
Copyright © 2007-2010 by The Shadowrun: Awakened Team. This work is licensed under the GNU Lesser General Public License 3.