Public Member Functions

RouterInterface Class Reference

On failed directed sends, RakNet can call an alternative send function to use. More...

#include <RouterInterface.h>

Inherited by Router.

List of all members.

Public Member Functions

 RouterInterface ()
virtual ~RouterInterface ()
virtual bool Send (const char *data, BitSize_t bitLength, PacketPriority priority, PacketReliability reliability, char orderingChannel, SystemAddress systemAddress)=0

Detailed Description

On failed directed sends, RakNet can call an alternative send function to use.

Definition at line 8 of file RouterInterface.h.


Constructor & Destructor Documentation

RouterInterface::RouterInterface (  )  [inline]

Definition at line 11 of file RouterInterface.h.

virtual RouterInterface::~RouterInterface (  )  [inline, virtual]

Definition at line 12 of file RouterInterface.h.


Member Function Documentation

virtual bool RouterInterface::Send ( const char *  data,
BitSize_t  bitLength,
PacketPriority  priority,
PacketReliability  reliability,
char  orderingChannel,
SystemAddress  systemAddress 
) [pure virtual]

Implemented in Router.

Here is the caller graph for this function:


The documentation for this class was generated from the following file: