Member index for:

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

[Back to Top]