#include <UT_IPC.h>

Public Member Functions | |
| UT_InetDatagram () | |
| ~UT_InetDatagram () | |
| int | accept (UT_InetDatagram &newstream) |
| int | socketClient () |
| int | socketClient (const UT_InetAddress &ia) |
| int | socketServer (const UT_InetAddress &ia) |
| virtual int | socket () |
Definition at line 345 of file UT_IPC.h.
| UT_InetDatagram::UT_InetDatagram | ( | ) |
| UT_InetDatagram::~UT_InetDatagram | ( | ) |
| int UT_InetDatagram::accept | ( | UT_InetDatagram & | newstream | ) |
| virtual int UT_InetDatagram::socket | ( | ) | [virtual] |
Reimplemented from UT_Socket.
| int UT_InetDatagram::socketClient | ( | const UT_InetAddress & | ia | ) |
| int UT_InetDatagram::socketClient | ( | ) |
| int UT_InetDatagram::socketServer | ( | const UT_InetAddress & | ia | ) |
1.5.9