![]() |
DDraceNetwork Documentation
|
#include <network.h>
Public Member Functions | |
| CNetRecvUnpacker () | |
| void | Clear () |
| void | Start (const NETADDR *pAddr, CNetConnection *pConnection, int ClientId) |
| int | FetchChunk (CNetChunk *pChunk) |
Public Attributes | |
| bool | m_Valid |
| NETADDR | m_Addr |
| CNetConnection * | m_pConnection |
| int | m_CurrentChunk |
| int | m_ClientId |
| CNetPacketConstruct | m_Data |
| unsigned char | m_aBuffer [NET_MAX_PACKETSIZE] |
|
inline |
| void CNetRecvUnpacker::Clear | ( | ) |
| void CNetRecvUnpacker::Start | ( | const NETADDR * | pAddr, |
| CNetConnection * | pConnection, | ||
| int | ClientId | ||
| ) |
| unsigned char CNetRecvUnpacker::m_aBuffer[NET_MAX_PACKETSIZE] |
| NETADDR CNetRecvUnpacker::m_Addr |
| int CNetRecvUnpacker::m_ClientId |
| int CNetRecvUnpacker::m_CurrentChunk |
| CNetPacketConstruct CNetRecvUnpacker::m_Data |
| CNetConnection* CNetRecvUnpacker::m_pConnection |
| bool CNetRecvUnpacker::m_Valid |