#include <network_delivery_socket.h>
Inheritance diagram for CL_UniformUDPConnection:


Public Methods | |
| virtual int | get_socket () |
| CL_UniformUDPConnection () | |
| virtual | ~CL_UniformUDPConnection () |
| bool | bind (unsigned int port) |
| virtual bool | peek () |
| virtual CL_UDPConnectionPacket | receive () |
| retval: True if a message can received by a call to receive(). | |
| virtual void | send (CL_UDPConnectionPacket message) |
| virtual void | broadcast (CL_UDPConnectionPacket message) |
| param: message - Message/data to be sent. | |
| virtual unsigned int | get_port () |
| param: message - Message/data to be sent. | |
Protected Attributes | |
| int | sock |
| int | port |
|
|
|
|
|
|
|
|
|
|
|
param: message - Message/data to be sent.
Reimplemented from CL_UDPConnection. |
|
|
param: message - Message/data to be sent.
Reimplemented from CL_UDPConnection. |
|
|
Definition at line 143 of file network_delivery_socket.h. |
|
|
Reimplemented from CL_UDPConnection. |
|
|
retval: True if a message can received by a call to receive().
Reimplemented from CL_UDPConnection. |
|
|
Reimplemented from CL_UDPConnection. |
|
|
Definition at line 159 of file network_delivery_socket.h. |
|
|
Definition at line 158 of file network_delivery_socket.h. |
1.2.6 written by Dimitri van Heesch,
© 1997-2001