Member index for:
CUDPSocket
Create()
CUDPSocket(const CUDPSocket& rSocket)
CUDPSocket(BOOL bRawSocket)
~CUDPSocket()
FinalUDPHeader(LPUDPHeader lpHeader) const
operator =(const CUDPSocket& rSocket)
Receive(char* pBuffer, unsigned long ulBufferLength)
Receive(char* pBuffer, unsigned long ulBufferLength, IP& rIP, unsigned short& rSourcePort)
Send(IP aDestinationAddress, unsigned short usDestinationPort, const char* pBuffer, unsigned short usBufferLength)
Send(const std::string& rDestinationAddress, unsigned short usDestinationPort, const char* pBuffer, unsigned short usBufferLength)
Send(unsigned short usSourcePort, IP aDestinationAddress, unsigned short usDestinationPort, const char* pBuffer, unsigned short usBufferLength)
Send(unsigned short usSourcePort, const std::string& rDestinationAddress, unsigned short usDestinationPort, const char* pBuffer, unsigned short usBufferLength)
Custom Code in Header Before Includes
Custom Code in Header After Includes
Custom Code in Header After Class Declaration
Custom Code in Source After Includes