RakNet
4.0
|
This is the complete list of members for RakNet::PacketOutputWindowLogger, including all inherited members.
LogHeader(void) | RakNet::PacketLogger | virtual |
OnAck(unsigned int messageNumber, SystemAddress remoteSystemAddress, RakNet::TimeMS time) | RakNet::PacketLogger | virtual |
OnAttach(void) | RakNet::PluginInterface2 | inlinevirtual |
OnClosedConnection(const SystemAddress &systemAddress, RakNetGUID rakNetGUID, PI2_LostConnectionReason lostConnectionReason) | RakNet::PluginInterface2 | inlinevirtual |
OnDetach(void) | RakNet::PluginInterface2 | inlinevirtual |
OnDirectSocketReceive(const char *data, const BitSize_t bitsUsed, SystemAddress remoteSystemAddress) | RakNet::PacketLogger | virtual |
OnDirectSocketSend(const char *data, const BitSize_t bitsUsed, SystemAddress remoteSystemAddress) | RakNet::PacketLogger | virtual |
OnFailedConnectionAttempt(Packet *packet, PI2_FailedConnectionAttemptReason failedConnectionAttemptReason) | RakNet::PluginInterface2 | inlinevirtual |
OnInternalPacket(InternalPacket *internalPacket, unsigned frameNumber, SystemAddress remoteSystemAddress, RakNet::TimeMS time, int isSend) | RakNet::PacketLogger | virtual |
OnNewConnection(const SystemAddress &systemAddress, RakNetGUID rakNetGUID, bool isIncoming) | RakNet::PluginInterface2 | inlinevirtual |
OnPushBackPacket(const char *data, const BitSize_t bitsUsed, SystemAddress remoteSystemAddress) | RakNet::PacketLogger | virtual |
OnRakPeerShutdown(void) | RakNet::PluginInterface2 | inlinevirtual |
OnRakPeerStartup(void) | RakNet::PluginInterface2 | inlinevirtual |
OnReceive(Packet *packet) | RakNet::PluginInterface2 | inlinevirtual |
OnReliabilityLayerNotification(const char *errorMessage, const BitSize_t bitsUsed, SystemAddress remoteSystemAddress, bool isError) | RakNet::PacketLogger | virtual |
SetLogDirectMessages(bool send) | RakNet::PacketLogger | |
SetPrefix(const char *_prefix) | RakNet::PacketLogger | virtual |
SetSuffix(const char *_suffix) | RakNet::PacketLogger | virtual |
Update(void) | RakNet::PluginInterface2 | inlinevirtual |
UsesReliabilityLayer(void) const | RakNet::PacketLogger | inlineprotectedvirtual |
WriteLog(const char *str) | RakNet::PacketOutputWindowLogger | virtual |