#include <udp_socket.h>
Public Member Functions | |
| CL_UDPSocket () | |
| Construction:. | |
| ~CL_UDPSocket () | |
| CL_Event * | get_read_event () |
| Attributes:. | |
| CL_Event * | get_write_event () |
| CL_Event * | get_exception_event () |
| int | send (const void *data, int len, const CL_IPAddress &to) |
| Operations:. | |
| int | receive (void *data, int len, CL_IPAddress &from) |
| int | peek (void *data, int len, CL_IPAddress &from, int timeout=0) |
Private Attributes | |
| int | handle |
| Implementation:. | |
| CL_SocketEventHandler * | socket_event_handler |
| CL_Event * | read_event |
| CL_Event * | write_event |
| CL_Event * | exception_event |
|
|
Construction:.
Definition at line 51 of file udp_socket.cpp. References exception_event, handle, read_event, socket_event_handler, TEXT, and write_event. |
|
|
Definition at line 64 of file udp_socket.cpp. References exception_event, handle, read_event, socket_event_handler, and write_event. |
|
|
Definition at line 90 of file udp_socket.cpp. References exception_event. |
|
|
Attributes:.
Definition at line 80 of file udp_socket.cpp. References read_event. Referenced by peek(). |
|
|
Definition at line 85 of file udp_socket.cpp. References write_event. |
|
||||||||||||||||||||
|
Definition at line 120 of file udp_socket.cpp. References get_read_event(), handle, and TEXT. |
|
||||||||||||||||
|
Definition at line 107 of file udp_socket.cpp. |
|
||||||||||||||||
|
Operations:.
Definition at line 98 of file udp_socket.cpp. |
|
|
Definition at line 75 of file udp_socket.h. Referenced by CL_UDPSocket(), get_exception_event(), and ~CL_UDPSocket(). |
|
|
Implementation:.
Definition at line 66 of file udp_socket.h. Referenced by CL_UDPSocket(), peek(), receive(), send(), and ~CL_UDPSocket(). |
|
|
Definition at line 71 of file udp_socket.h. Referenced by CL_UDPSocket(), get_read_event(), and ~CL_UDPSocket(). |
|
|
Definition at line 69 of file udp_socket.h. Referenced by CL_UDPSocket(), and ~CL_UDPSocket(). |
|
|
Definition at line 73 of file udp_socket.h. Referenced by CL_UDPSocket(), get_write_event(), and ~CL_UDPSocket(). |
1.4.1