Go to the documentation of this file.
   22 #if _RAKNET_SUPPORT_ReadyEvent==1 
   24 #ifndef __READY_EVENT_H 
   25 #define __READY_EVENT_H 
   32 class RakPeerInterface;
 
   92     bool SetEvent(
int eventId, 
bool isReady);
 
  226     void SendReadyUpdate(
unsigned eventIndex, 
unsigned systemIndex, 
bool forceIfNotDefault);
 
  247 #endif // _RAKNET_SUPPORT_*