Mixes for Privacy and Anonymity in the Internet
Public Member Functions | Private Attributes
CADatagramSocket Class Reference

List of all members.

Public Member Functions

 CADatagramSocket ()
 ~CADatagramSocket ()
SINT32 create ()
SINT32 create (int type)
SINT32 close ()
SINT32 bind (CASocketAddr &psa)
SINT32 bind (UINT16 port)
SINT32 send (UINT8 *buff, UINT32 len, CASocketAddr &to)
SINT32 receive (UINT8 *buff, UINT32 len, CASocketAddr *from)
SOCKET getSocket ()

Private Attributes

SOCKET m_Socket

Constructor & Destructor Documentation

References m_Socket.

References close().


Member Function Documentation

References bind().

References closesocket, m_Socket, and SOCKET_ERROR.

Referenced by ~CADatagramSocket().

Referenced by bind().

References m_Socket.

SINT32 CADatagramSocket::receive ( UINT8 buff,
UINT32  len,
CASocketAddr from 
)
SINT32 CADatagramSocket::send ( UINT8 buff,
UINT32  len,
CASocketAddr to 
)

Member Data Documentation