Member index for:
CUDPRelay
m_aSocketMap
m_aTarget
m_bCreated
m_pCSection
m_pCSectionPorts
m_pSocket
m_usBindPort
m_usLocalPort
m_usTargetPort
AllocateLocalPort() const
CClientSocket::CClientSocket(CUDPRelay* pFather, IP aSourceAddress, unsigned short usSourcePort)
CClientSocket::OnSocketReceive(int iErrorCode)
CClientSocket::OnSocketTimeout()
CClientSocket::SendData(const char* pBuffer, unsigned long ulBufferSize)
CClientSocket::~CClientSocket()
CListenSocket::CListenSocket(CUDPRelay* pFather)
CListenSocket::OnSocketReceive(int iErrorCode)
CListenSocket::~CListenSocket()
CreateSocket(IP aSourceAddress, unsigned short usSourcePort)
CUDPRelay(const CUDPRelay& rRelay)
CUDPRelay()
~CUDPRelay()
GetBindPort() const
GetTarget() const
GetTargetPort() const
operator =(const CUDPRelay& rRelay)
Relay(const std::string& rBindAddress, unsigned short usBindPort, const std::string& rDestinationAddress, unsigned short usDestinationPort)
Relay(IP aBindAddress, unsigned short usBindPort, IP aDestinationAddress, unsigned short usDestinationPort)
RemoveSocket(IP aSourceAddress, unsigned short usSourcePort)
SendData(const char* pBuffer, unsigned long ulBufferSize, IP aDestinationIP, unsigned short usDestinationPort)
Stop()
Custom Code in Header Before Includes
Custom Code in Header After Includes
Custom Code in Header After Class Declaration
Custom Code in Header Private Section
Custom Code in Source After Includes