#include <ipdsock.h>
Inheritance diagram for PIPDatagramSocket:
Public Member Functions | |
virtual BOOL | ReadFrom (void *buf, PINDEX len, Address &addr, WORD &port) |
virtual BOOL | WriteTo (const void *buf, PINDEX len, const Address &addr, WORD port) |
Protected Member Functions | |
PIPDatagramSocket () |
|
Create a TCP/IP protocol socket channel. If a remote machine address or a "listening" socket is specified then the channel is also opened. |
|
Read a datagram from a remote computer.
Reimplemented in PSocksUDPSocket. |
|
Write a datagram to a remote computer.
Reimplemented in PSocksUDPSocket. |