#include <UDPSocket.h>
Inheritance diagram for UDPSocket::

Public Methods | |
| UDPSocket (u_short port=0, const char *addr=NULL, u_short range=1) | |
| int | recv (void *buf, int nbytes, u_long timeout=0) |
| int | send (const void *buf, int nbytes) |
| int | recv (void *buf, int nbytes, u_long &addr, u_short &port) |
| int | send (const void *buf, int nbytes, u_long addr, u_short port) |
| int | send (const void *buf, int nbytes, const char *addr, u_short port) |
| UDPSocket (u_short port=0, const char *addr=NULL, u_short range=1) | |
| int | recv (void *buf, int nbytes, u_long timeout=0) |
| int | send (const void *buf, int nbytes) |
| int | recv (void *buf, int nbytes, u_long &addr, u_short &port) |
| int | send (const void *buf, int nbytes, u_long addr, u_short port) |
| int | send (const void *buf, int nbytes, const char *addr, u_short port) |
|
||||||||||||||||
|
Definition at line 12 of file Solaris/UDPSocket.h. |
|
||||||||||||||||
|
Definition at line 12 of file WinNT/UDPSocket.h. |
|
||||||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||||||
|
Definition at line 20 of file Solaris/UDPSocket.cpp. References PosixSocket::_sockFD. |
|
||||||||||||||||
|
Definition at line 4 of file Solaris/UDPSocket.cpp. References PosixSocket::_sockFD, and PosixSocket::wait(). Referenced by UDPInputStream::read(). |
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||||||||||
|
Definition at line 50 of file Solaris/UDPSocket.cpp. References send(). |
|
||||||||||||||||||||
|
Definition at line 37 of file Solaris/UDPSocket.cpp. References PosixSocket::_sockFD. |
|
||||||||||||
|
Definition at line 14 of file Solaris/UDPSocket.cpp. References PosixSocket::_sockFD. Referenced by send(), and UDPOutputStream::write(). |
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001