On failed directed sends, RakNet can call an alternative send function to use. More...
#include <RouterInterface.h>
Inherited by Router.
Public Member Functions | |
RouterInterface () | |
virtual | ~RouterInterface () |
virtual bool | Send (const char *data, BitSize_t bitLength, PacketPriority priority, PacketReliability reliability, char orderingChannel, SystemAddress systemAddress)=0 |
On failed directed sends, RakNet can call an alternative send function to use.
Definition at line 8 of file RouterInterface.h.
RouterInterface::RouterInterface | ( | ) | [inline] |
Definition at line 11 of file RouterInterface.h.
virtual RouterInterface::~RouterInterface | ( | ) | [inline, virtual] |
Definition at line 12 of file RouterInterface.h.
virtual bool RouterInterface::Send | ( | const char * | data, | |
BitSize_t | bitLength, | |||
PacketPriority | priority, | |||
PacketReliability | reliability, | |||
char | orderingChannel, | |||
SystemAddress | systemAddress | |||
) | [pure virtual] |