#include <AutoRPC.h>
Public Member Functions | |
void | SetNetworkIDManager (NetworkIDManager *idMan) |
bool | RegisterFunction (const char *uniqueIdentifier, void *functionPtr, bool isObjectMember, char parameterCount=-1) |
bool | UnregisterFunction (const char *uniqueIdentifier, bool isObjectMember) |
void | SetTimestamp (RakNetTime timeStamp) |
void | SetSendParams (PacketPriority priority, PacketReliability reliability, char orderingChannel) |
void | SetRecipientAddress (AddressOrGUID systemIdentifier, bool broadcast) |
void | SetRecipientObject (NetworkID networkID) |
RakNet::BitStream * | SetOutgoingExtraData (void) |
RakNetTime | GetLastSenderTimestamp (void) const |
SystemAddress | GetLastSenderAddress (void) const |
RakPeerInterface * | GetRakPeer (void) const |
Returns the instance of RakPeer this plugin was attached to. | |
const char * | GetCurrentExecution (void) const |
RakNet::BitStream * | GetIncomingExtraData (void) |
bool | Call (const char *uniqueIdentifier) |
template<class P1 > | |
bool | Call (const char *uniqueIdentifier, P1 p1) |
template<class P1 , class P2 > | |
bool | Call (const char *uniqueIdentifier, P1 p1, P2 p2) |
template<class P1 , class P2 , class P3 > | |
bool | Call (const char *uniqueIdentifier, P1 p1, P2 p2, P3 p3) |
template<class P1 , class P2 , class P3 , class P4 > | |
bool | Call (const char *uniqueIdentifier, P1 p1, P2 p2, P3 p3, P4 p4) |
template<class P1 , class P2 , class P3 , class P4 , class P5 > | |
bool | Call (const char *uniqueIdentifier, P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) |
template<class P1 , class P2 , class P3 , class P4 , class P5 , class P6 > | |
bool | Call (const char *uniqueIdentifier, P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6) |
template<class P1 , class P2 , class P3 , class P4 , class P5 , class P6 , class P7 > | |
bool | Call (const char *uniqueIdentifier, P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7) |
template<class P1 , class P2 , class P3 , class P4 , class P5 , class P6 , class P7 , class P8 > | |
bool | Call (const char *uniqueIdentifier, P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8) |
bool | CallExplicit (const char *uniqueIdentifier, RakNetTime timeStamp, PacketPriority priority, PacketReliability reliability, char orderingChannel, const AddressOrGUID systemIdentifier, bool broadcast, NetworkID networkID) |
template<class P1 > | |
bool | CallExplicit (const char *uniqueIdentifier, RakNetTime timeStamp, PacketPriority priority, PacketReliability reliability, char orderingChannel, const AddressOrGUID systemIdentifier, bool broadcast, NetworkID networkID, P1 p1) |
template<class P1 , class P2 > | |
bool | CallExplicit (const char *uniqueIdentifier, RakNetTime timeStamp, PacketPriority priority, PacketReliability reliability, char orderingChannel, const AddressOrGUID systemIdentifier, bool broadcast, NetworkID networkID, P1 p1, P2 p2) |
template<class P1 , class P2 , class P3 > | |
bool | CallExplicit (const char *uniqueIdentifier, RakNetTime timeStamp, PacketPriority priority, PacketReliability reliability, char orderingChannel, const AddressOrGUID systemIdentifier, bool broadcast, NetworkID networkID, P1 p1, P2 p2, P3 p3) |
template<class P1 , class P2 , class P3 , class P4 > | |
bool | CallExplicit (const char *uniqueIdentifier, RakNetTime timeStamp, PacketPriority priority, PacketReliability reliability, char orderingChannel, const AddressOrGUID systemIdentifier, bool broadcast, NetworkID networkID, P1 p1, P2 p2, P3 p3, P4 p4) |
template<class P1 , class P2 , class P3 , class P4 , class P5 > | |
bool | CallExplicit (const char *uniqueIdentifier, RakNetTime timeStamp, PacketPriority priority, PacketReliability reliability, char orderingChannel, const AddressOrGUID systemIdentifier, bool broadcast, NetworkID networkID, P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) |
template<class P1 , class P2 , class P3 , class P4 , class P5 , class P6 > | |
bool | CallExplicit (const char *uniqueIdentifier, RakNetTime timeStamp, PacketPriority priority, PacketReliability reliability, char orderingChannel, const AddressOrGUID systemIdentifier, bool broadcast, NetworkID networkID, P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6) |
template<class P1 , class P2 , class P3 , class P4 , class P5 , class P6 , class P7 > | |
bool | CallExplicit (const char *uniqueIdentifier, RakNetTime timeStamp, PacketPriority priority, PacketReliability reliability, char orderingChannel, const AddressOrGUID systemIdentifier, bool broadcast, NetworkID networkID, P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7) |
template<class P1 , class P2 , class P3 , class P4 , class P5 , class P6 , class P7 , class P8 > | |
bool | CallExplicit (const char *uniqueIdentifier, RakNetTime timeStamp, PacketPriority priority, PacketReliability reliability, char orderingChannel, const AddressOrGUID systemIdentifier, bool broadcast, NetworkID networkID, P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8) |
Protected Member Functions | |
void | OnAttach (void) |
virtual PluginReceiveResult | OnReceive (Packet *packet) |
virtual void | OnClosedConnection (SystemAddress systemAddress, RakNetGUID rakNetGUID, PI2_LostConnectionReason lostConnectionReason) |
virtual void | OnRakPeerShutdown (void) |
Called when RakPeer is shutdown. |
bool RakNet::AutoRPC::Call | ( | const char * | uniqueIdentifier, | |
P1 | p1, | |||
P2 | p2, | |||
P3 | p3, | |||
P4 | p4, | |||
P5 | p5, | |||
P6 | p6, | |||
P7 | p7, | |||
P8 | p8 | |||
) | [inline] |
Calls a remote function, using whatever was last passed to SetTimestamp(), SetSendParams(), SetRecipientAddress(), and SetRecipientObject() Passed parameter(s), if any, are passed via memcpy and pushed on the stack for the remote function
The this pointer, for this instance of AutoRPC, is pushed as the last parameter on the stack. See AutoRPCSample.ccp for an example of this
[in] | uniqueIdentifier | parameter of the same name passed to RegisterFunction() on the remote system |
bool RakNet::AutoRPC::Call | ( | const char * | uniqueIdentifier, | |
P1 | p1, | |||
P2 | p2, | |||
P3 | p3, | |||
P4 | p4, | |||
P5 | p5, | |||
P6 | p6, | |||
P7 | p7 | |||
) | [inline] |
Calls a remote function, using whatever was last passed to SetTimestamp(), SetSendParams(), SetRecipientAddress(), and SetRecipientObject() Passed parameter(s), if any, are passed via memcpy and pushed on the stack for the remote function
The this pointer, for this instance of AutoRPC, is pushed as the last parameter on the stack. See AutoRPCSample.ccp for an example of this
[in] | uniqueIdentifier | parameter of the same name passed to RegisterFunction() on the remote system |
bool RakNet::AutoRPC::Call | ( | const char * | uniqueIdentifier, | |
P1 | p1, | |||
P2 | p2, | |||
P3 | p3, | |||
P4 | p4, | |||
P5 | p5, | |||
P6 | p6 | |||
) | [inline] |
Calls a remote function, using whatever was last passed to SetTimestamp(), SetSendParams(), SetRecipientAddress(), and SetRecipientObject() Passed parameter(s), if any, are passed via memcpy and pushed on the stack for the remote function
The this pointer, for this instance of AutoRPC, is pushed as the last parameter on the stack. See AutoRPCSample.ccp for an example of this
[in] | uniqueIdentifier | parameter of the same name passed to RegisterFunction() on the remote system |
bool RakNet::AutoRPC::Call | ( | const char * | uniqueIdentifier, | |
P1 | p1, | |||
P2 | p2, | |||
P3 | p3, | |||
P4 | p4, | |||
P5 | p5 | |||
) | [inline] |
Calls a remote function, using whatever was last passed to SetTimestamp(), SetSendParams(), SetRecipientAddress(), and SetRecipientObject() Passed parameter(s), if any, are passed via memcpy and pushed on the stack for the remote function
The this pointer, for this instance of AutoRPC, is pushed as the last parameter on the stack. See AutoRPCSample.ccp for an example of this
[in] | uniqueIdentifier | parameter of the same name passed to RegisterFunction() on the remote system |
bool RakNet::AutoRPC::Call | ( | const char * | uniqueIdentifier, | |
P1 | p1, | |||
P2 | p2, | |||
P3 | p3, | |||
P4 | p4 | |||
) | [inline] |
Calls a remote function, using whatever was last passed to SetTimestamp(), SetSendParams(), SetRecipientAddress(), and SetRecipientObject() Passed parameter(s), if any, are passed via memcpy and pushed on the stack for the remote function
The this pointer, for this instance of AutoRPC, is pushed as the last parameter on the stack. See AutoRPCSample.ccp for an example of this
[in] | uniqueIdentifier | parameter of the same name passed to RegisterFunction() on the remote system |
bool RakNet::AutoRPC::Call | ( | const char * | uniqueIdentifier, | |
P1 | p1, | |||
P2 | p2, | |||
P3 | p3 | |||
) | [inline] |
Calls a remote function, using whatever was last passed to SetTimestamp(), SetSendParams(), SetRecipientAddress(), and SetRecipientObject() Passed parameter(s), if any, are passed via memcpy and pushed on the stack for the remote function
The this pointer, for this instance of AutoRPC, is pushed as the last parameter on the stack. See AutoRPCSample.ccp for an example of this
[in] | uniqueIdentifier | parameter of the same name passed to RegisterFunction() on the remote system |
bool RakNet::AutoRPC::Call | ( | const char * | uniqueIdentifier, | |
P1 | p1, | |||
P2 | p2 | |||
) | [inline] |
Calls a remote function, using whatever was last passed to SetTimestamp(), SetSendParams(), SetRecipientAddress(), and SetRecipientObject() Passed parameter(s), if any, are passed via memcpy and pushed on the stack for the remote function
The this pointer, for this instance of AutoRPC, is pushed as the last parameter on the stack. See AutoRPCSample.ccp for an example of this
[in] | uniqueIdentifier | parameter of the same name passed to RegisterFunction() on the remote system |
bool RakNet::AutoRPC::Call | ( | const char * | uniqueIdentifier, | |
P1 | p1 | |||
) | [inline] |
Calls a remote function, using whatever was last passed to SetTimestamp(), SetSendParams(), SetRecipientAddress(), and SetRecipientObject() Passed parameter(s), if any, are passed via memcpy and pushed on the stack for the remote function
The this pointer, for this instance of AutoRPC, is pushed as the last parameter on the stack. See AutoRPCSample.ccp for an example of this
[in] | uniqueIdentifier | parameter of the same name passed to RegisterFunction() on the remote system |
bool RakNet::AutoRPC::Call | ( | const char * | uniqueIdentifier | ) | [inline] |
Calls a remote function, using whatever was last passed to SetTimestamp(), SetSendParams(), SetRecipientAddress(), and SetRecipientObject() Passed parameter(s), if any, are passed via memcpy and pushed on the stack for the remote function
The this pointer, for this instance of AutoRPC, is pushed as the last parameter on the stack. See AutoRPCSample.ccp for an example of this
[in] | uniqueIdentifier | parameter of the same name passed to RegisterFunction() on the remote system |
bool RakNet::AutoRPC::CallExplicit | ( | const char * | uniqueIdentifier, | |
RakNetTime | timeStamp, | |||
PacketPriority | priority, | |||
PacketReliability | reliability, | |||
char | orderingChannel, | |||
const AddressOrGUID | systemIdentifier, | |||
bool | broadcast, | |||
NetworkID | networkID, | |||
P1 | p1, | |||
P2 | p2, | |||
P3 | p3, | |||
P4 | p4, | |||
P5 | p5, | |||
P6 | p6, | |||
P7 | p7, | |||
P8 | p8 | |||
) | [inline] |
Calls a remote function, using whatever was last passed to SetTimestamp(), SetSendParams(), SetRecipientAddress(), and SetRecipientObject() Passed parameter(s), if any, are passed via memcpy and pushed on the stack for the remote function
The this pointer, for this instance of AutoRPC, is pushed as the last parameter on the stack. See AutoRPCSample.ccp for an example of this
[in] | uniqueIdentifier | parameter of the same name passed to RegisterFunction() on the remote system |
[in] | timeStamp | See SetTimestamp() |
[in] | priority | See SetSendParams() |
[in] | reliability | See SetSendParams() |
[in] | orderingChannel | See SetSendParams() |
[in] | systemAddress | See SetRecipientAddress() |
[in] | broadcast | See SetRecipientAddress() |
[in] | networkID | See SetRecipientObject() |
bool RakNet::AutoRPC::CallExplicit | ( | const char * | uniqueIdentifier, | |
RakNetTime | timeStamp, | |||
PacketPriority | priority, | |||
PacketReliability | reliability, | |||
char | orderingChannel, | |||
const AddressOrGUID | systemIdentifier, | |||
bool | broadcast, | |||
NetworkID | networkID, | |||
P1 | p1, | |||
P2 | p2, | |||
P3 | p3, | |||
P4 | p4, | |||
P5 | p5, | |||
P6 | p6, | |||
P7 | p7 | |||
) | [inline] |
Calls a remote function, using whatever was last passed to SetTimestamp(), SetSendParams(), SetRecipientAddress(), and SetRecipientObject() Passed parameter(s), if any, are passed via memcpy and pushed on the stack for the remote function
The this pointer, for this instance of AutoRPC, is pushed as the last parameter on the stack. See AutoRPCSample.ccp for an example of this
[in] | uniqueIdentifier | parameter of the same name passed to RegisterFunction() on the remote system |
[in] | timeStamp | See SetTimestamp() |
[in] | priority | See SetSendParams() |
[in] | reliability | See SetSendParams() |
[in] | orderingChannel | See SetSendParams() |
[in] | systemAddress | See SetRecipientAddress() |
[in] | broadcast | See SetRecipientAddress() |
[in] | networkID | See SetRecipientObject() |
bool RakNet::AutoRPC::CallExplicit | ( | const char * | uniqueIdentifier, | |
RakNetTime | timeStamp, | |||
PacketPriority | priority, | |||
PacketReliability | reliability, | |||
char | orderingChannel, | |||
const AddressOrGUID | systemIdentifier, | |||
bool | broadcast, | |||
NetworkID | networkID, | |||
P1 | p1, | |||
P2 | p2, | |||
P3 | p3, | |||
P4 | p4, | |||
P5 | p5, | |||
P6 | p6 | |||
) | [inline] |
Calls a remote function, using whatever was last passed to SetTimestamp(), SetSendParams(), SetRecipientAddress(), and SetRecipientObject() Passed parameter(s), if any, are passed via memcpy and pushed on the stack for the remote function
The this pointer, for this instance of AutoRPC, is pushed as the last parameter on the stack. See AutoRPCSample.ccp for an example of this
[in] | uniqueIdentifier | parameter of the same name passed to RegisterFunction() on the remote system |
[in] | timeStamp | See SetTimestamp() |
[in] | priority | See SetSendParams() |
[in] | reliability | See SetSendParams() |
[in] | orderingChannel | See SetSendParams() |
[in] | systemAddress | See SetRecipientAddress() |
[in] | broadcast | See SetRecipientAddress() |
[in] | networkID | See SetRecipientObject() |
bool RakNet::AutoRPC::CallExplicit | ( | const char * | uniqueIdentifier, | |
RakNetTime | timeStamp, | |||
PacketPriority | priority, | |||
PacketReliability | reliability, | |||
char | orderingChannel, | |||
const AddressOrGUID | systemIdentifier, | |||
bool | broadcast, | |||
NetworkID | networkID, | |||
P1 | p1, | |||
P2 | p2, | |||
P3 | p3, | |||
P4 | p4, | |||
P5 | p5 | |||
) | [inline] |
Calls a remote function, using whatever was last passed to SetTimestamp(), SetSendParams(), SetRecipientAddress(), and SetRecipientObject() Passed parameter(s), if any, are passed via memcpy and pushed on the stack for the remote function
The this pointer, for this instance of AutoRPC, is pushed as the last parameter on the stack. See AutoRPCSample.ccp for an example of this
[in] | uniqueIdentifier | parameter of the same name passed to RegisterFunction() on the remote system |
[in] | timeStamp | See SetTimestamp() |
[in] | priority | See SetSendParams() |
[in] | reliability | See SetSendParams() |
[in] | orderingChannel | See SetSendParams() |
[in] | systemAddress | See SetRecipientAddress() |
[in] | broadcast | See SetRecipientAddress() |
[in] | networkID | See SetRecipientObject() |
bool RakNet::AutoRPC::CallExplicit | ( | const char * | uniqueIdentifier, | |
RakNetTime | timeStamp, | |||
PacketPriority | priority, | |||
PacketReliability | reliability, | |||
char | orderingChannel, | |||
const AddressOrGUID | systemIdentifier, | |||
bool | broadcast, | |||
NetworkID | networkID, | |||
P1 | p1, | |||
P2 | p2, | |||
P3 | p3, | |||
P4 | p4 | |||
) | [inline] |
Calls a remote function, using whatever was last passed to SetTimestamp(), SetSendParams(), SetRecipientAddress(), and SetRecipientObject() Passed parameter(s), if any, are passed via memcpy and pushed on the stack for the remote function
The this pointer, for this instance of AutoRPC, is pushed as the last parameter on the stack. See AutoRPCSample.ccp for an example of this
[in] | uniqueIdentifier | parameter of the same name passed to RegisterFunction() on the remote system |
[in] | timeStamp | See SetTimestamp() |
[in] | priority | See SetSendParams() |
[in] | reliability | See SetSendParams() |
[in] | orderingChannel | See SetSendParams() |
[in] | systemAddress | See SetRecipientAddress() |
[in] | broadcast | See SetRecipientAddress() |
[in] | networkID | See SetRecipientObject() |
bool RakNet::AutoRPC::CallExplicit | ( | const char * | uniqueIdentifier, | |
RakNetTime | timeStamp, | |||
PacketPriority | priority, | |||
PacketReliability | reliability, | |||
char | orderingChannel, | |||
const AddressOrGUID | systemIdentifier, | |||
bool | broadcast, | |||
NetworkID | networkID, | |||
P1 | p1, | |||
P2 | p2, | |||
P3 | p3 | |||
) | [inline] |
Calls a remote function, using whatever was last passed to SetTimestamp(), SetSendParams(), SetRecipientAddress(), and SetRecipientObject() Passed parameter(s), if any, are passed via memcpy and pushed on the stack for the remote function
The this pointer, for this instance of AutoRPC, is pushed as the last parameter on the stack. See AutoRPCSample.ccp for an example of this
[in] | uniqueIdentifier | parameter of the same name passed to RegisterFunction() on the remote system |
[in] | timeStamp | See SetTimestamp() |
[in] | priority | See SetSendParams() |
[in] | reliability | See SetSendParams() |
[in] | orderingChannel | See SetSendParams() |
[in] | systemAddress | See SetRecipientAddress() |
[in] | broadcast | See SetRecipientAddress() |
[in] | networkID | See SetRecipientObject() |
bool RakNet::AutoRPC::CallExplicit | ( | const char * | uniqueIdentifier, | |
RakNetTime | timeStamp, | |||
PacketPriority | priority, | |||
PacketReliability | reliability, | |||
char | orderingChannel, | |||
const AddressOrGUID | systemIdentifier, | |||
bool | broadcast, | |||
NetworkID | networkID, | |||
P1 | p1, | |||
P2 | p2 | |||
) | [inline] |
Calls a remote function, using whatever was last passed to SetTimestamp(), SetSendParams(), SetRecipientAddress(), and SetRecipientObject() Passed parameter(s), if any, are passed via memcpy and pushed on the stack for the remote function
The this pointer, for this instance of AutoRPC, is pushed as the last parameter on the stack. See AutoRPCSample.ccp for an example of this
[in] | uniqueIdentifier | parameter of the same name passed to RegisterFunction() on the remote system |
[in] | timeStamp | See SetTimestamp() |
[in] | priority | See SetSendParams() |
[in] | reliability | See SetSendParams() |
[in] | orderingChannel | See SetSendParams() |
[in] | systemAddress | See SetRecipientAddress() |
[in] | broadcast | See SetRecipientAddress() |
[in] | networkID | See SetRecipientObject() |
bool RakNet::AutoRPC::CallExplicit | ( | const char * | uniqueIdentifier, | |
RakNetTime | timeStamp, | |||
PacketPriority | priority, | |||
PacketReliability | reliability, | |||
char | orderingChannel, | |||
const AddressOrGUID | systemIdentifier, | |||
bool | broadcast, | |||
NetworkID | networkID, | |||
P1 | p1 | |||
) | [inline] |
Calls a remote function, using whatever was last passed to SetTimestamp(), SetSendParams(), SetRecipientAddress(), and SetRecipientObject() Passed parameter(s), if any, are passed via memcpy and pushed on the stack for the remote function
The this pointer, for this instance of AutoRPC, is pushed as the last parameter on the stack. See AutoRPCSample.ccp for an example of this
[in] | uniqueIdentifier | parameter of the same name passed to RegisterFunction() on the remote system |
[in] | timeStamp | See SetTimestamp() |
[in] | priority | See SetSendParams() |
[in] | reliability | See SetSendParams() |
[in] | orderingChannel | See SetSendParams() |
[in] | systemAddress | See SetRecipientAddress() |
[in] | broadcast | See SetRecipientAddress() |
[in] | networkID | See SetRecipientObject() |
bool RakNet::AutoRPC::CallExplicit | ( | const char * | uniqueIdentifier, | |
RakNetTime | timeStamp, | |||
PacketPriority | priority, | |||
PacketReliability | reliability, | |||
char | orderingChannel, | |||
const AddressOrGUID | systemIdentifier, | |||
bool | broadcast, | |||
NetworkID | networkID | |||
) | [inline] |
Calls a remote function, using whatever was last passed to SetTimestamp(), SetSendParams(), SetRecipientAddress(), and SetRecipientObject() Passed parameter(s), if any, are passed via memcpy and pushed on the stack for the remote function
The this pointer, for this instance of AutoRPC, is pushed as the last parameter on the stack. See AutoRPCSample.ccp for an example of this
[in] | uniqueIdentifier | parameter of the same name passed to RegisterFunction() on the remote system |
[in] | timeStamp | See SetTimestamp() |
[in] | priority | See SetSendParams() |
[in] | reliability | See SetSendParams() |
[in] | orderingChannel | See SetSendParams() |
[in] | systemAddress | See SetRecipientAddress() |
[in] | broadcast | See SetRecipientAddress() |
[in] | networkID | See SetRecipientObject() |
const char* RakNet::AutoRPC::GetCurrentExecution | ( | void | ) | const |
Returns the currently running RPC call identifier, set from RegisterFunction::uniqueIdentifier Returns an empty string "" if none
RakNet::BitStream* RakNet::AutoRPC::GetIncomingExtraData | ( | void | ) |
Gets the bitstream written to via SetOutgoingExtraData(). Data is updated with each incoming function call
SystemAddress RakNet::AutoRPC::GetLastSenderAddress | ( | void | ) | const |
Returns the system address of the last system to send us a received function call Equivalent to the old system RPCParameters::sender
RakNetTime RakNet::AutoRPC::GetLastSenderTimestamp | ( | void | ) | const |
If the last received function call has a timestamp included, it is stored and can be retrieved with this function.
void RakNet::AutoRPC::OnAttach | ( | void | ) | [protected, virtual] |
Called when the interface is attached
[in] | peer | the instance of RakPeer that is calling Receive |
Reimplemented from PluginInterface2.
virtual void RakNet::AutoRPC::OnClosedConnection | ( | SystemAddress | systemAddress, | |
RakNetGUID | rakNetGUID, | |||
PI2_LostConnectionReason | lostConnectionReason | |||
) | [protected, virtual] |
Called when a connection is dropped because the user called RakPeer::CloseConnection() for a particular system
[in] | systemAddress | The system whose connection was closed |
[in] | rakNetGuid | The guid of the specified system |
[in] | lostConnectionReason | How the connection was closed: manually, connection lost, or notification of disconnection |
Reimplemented from PluginInterface2.
virtual PluginReceiveResult RakNet::AutoRPC::OnReceive | ( | Packet * | packet | ) | [protected, virtual] |
OnReceive is called for every packet.
[in] | packet | the packet that is being returned to the user |
Reimplemented from PluginInterface2.
bool RakNet::AutoRPC::RegisterFunction | ( | const char * | uniqueIdentifier, | |
void * | functionPtr, | |||
bool | isObjectMember, | |||
char | parameterCount = -1 | |||
) |
Registers a function pointer to be callable given an identifier for the pointer
[in] | uniqueIdentifier | String identifying the function. Recommended that this is the name of the function |
[in] | functionPtr | Pointer to the function. For C, just pass the name of the function. For C++, use ARPC_REGISTER_CPP_FUNCTION |
[in] | isObjectMember | false if a C function. True if a member function of an object (C++) |
[in] | parameterCount | Optional parameter to tell the system how many parameters this function has. If specified, and the wrong number of parameters are called by the remote system, the call is rejected. -1 indicates undefined |
void RakNet::AutoRPC::SetNetworkIDManager | ( | NetworkIDManager * | idMan | ) |
Sets the network ID manager to use for object lookup Required to call C++ object member functions via SetRecipientObject()
[in] | idMan | Pointer to the network ID manager to use |
RakNet::BitStream* RakNet::AutoRPC::SetOutgoingExtraData | ( | void | ) |
Write extra data to pass for all following calls to Call() Use BitStream::Reset to clear extra data. Don't forget to do this or you will waste bandwidth.
void RakNet::AutoRPC::SetRecipientAddress | ( | AddressOrGUID | systemIdentifier, | |
bool | broadcast | |||
) |
Set system to send to for all following calls to Call() Defaults to UNASSIGNED_SYSTEM_ADDRESS, broadcast=true
[in] | systemIdentifier | See RakPeer::Send() |
[in] | broadcast | See RakPeer::Send() |
void RakNet::AutoRPC::SetRecipientObject | ( | NetworkID | networkID | ) |
Set the NetworkID to pass for all following calls to Call() Defaults to UNASSIGNED_NETWORK_ID (none) If set, the remote function will be considered a C++ function, e.g. an object member function If set to UNASSIGNED_NETWORK_ID (none), the remote function will be considered a C function If this is set incorrectly, you will get back either RPC_ERROR_CALLING_C_AS_CPP or RPC_ERROR_CALLING_CPP_AS_C
[in] | networkID | Returned from NetworkIDObject::GetNetworkID() |
void RakNet::AutoRPC::SetSendParams | ( | PacketPriority | priority, | |
PacketReliability | reliability, | |||
char | orderingChannel | |||
) |
Set parameters to pass to RakPeer::Send() for all following calls to Call() Deafults to HIGH_PRIORITY, RELIABLE_ORDERED, ordering channel 0
[in] | priority | See RakPeer::Send() |
[in] | reliability | See RakPeer::Send() |
[in] | orderingChannel | See RakPeer::Send() |
void RakNet::AutoRPC::SetTimestamp | ( | RakNetTime | timeStamp | ) |
Send or stop sending a timestamp with all following calls to Call() Use GetLastSenderTimestamp() to read the timestamp.
[in] | timeStamp | Non-zero to pass this timestamp using the ID_TIMESTAMP system. 0 to clear passing a timestamp. |
bool RakNet::AutoRPC::UnregisterFunction | ( | const char * | uniqueIdentifier, | |
bool | isObjectMember | |||
) |
Unregisters a function pointer to be callable given an identifier for the pointer
[in] | uniqueIdentifier | String identifying the function. |
[in] | isObjectMember | false if a C function. True if a member function of an object (C++) |