#include <UNIXmsg.h>
Inheritance diagram for UNIXmsgServer:

Public Member Functions | |
| UNIXmsgServer (const char *pathname, int backlog) | |
| Short Description. | |
| ~UNIXmsgServer (void) | |
| Short Description. | |
| SOCKET | Accept (void) |
| Short Description. | |
Protected Member Functions | |
| void | Bind (const char *pathname) |
| This would be useful if the SocketPair wasn't being used to create a pair of sockets. | |
Protected Attributes | |
| sockaddr_un | addr |
Long Description if necessary.
| <parameter_name> | <parameter_descreption> |
Definition at line 59 of file UNIXmsg.h.
|
||||||||||||
|
Short Description. Long Description if necessary.
Definition at line 233 of file UNIXmsg.cpp. References Bind(), and UNIXmsg::sock. |
|
|
Short Description. Long Description if necessary.
Definition at line 260 of file UNIXmsg.cpp. References addr. |
|
|
Short Description. Long Description if necessary.
Definition at line 278 of file UNIXmsg.cpp. References UNIXmsg::sock, and SOCKET. Referenced by Daemon::processControlServer(), and testNamedSockets(). |
|
|
This would be useful if the SocketPair wasn't being used to create a pair of sockets. Long Description if necessary.
Definition at line 189 of file UNIXmsg.cpp. References addr, and UNIXmsg::sock. Referenced by UNIXmsgServer(). |
|
|
Definition at line 68 of file UNIXmsg.h. Referenced by Bind(), and ~UNIXmsgServer(). |
1.4.4