#include <network_delivery_impl.h>
Inheritance diagram for CL_UDPConnection:

Public Methods | |
| virtual bool | peek ()=0 |
| virtual CL_UDPConnectionPacket | receive ()=0 |
| retval: True if a message can received by a call to receive(). | |
| virtual void | send (CL_UDPConnectionPacket message)=0 |
| virtual void | broadcast (CL_UDPConnectionPacket message)=0 |
| param: message - Message/data to be sent. | |
| virtual unsigned int | get_port ()=0 |
| param: message - Message/data to be sent. | |
Definition at line 92 of file network_delivery_impl.h.
|
|
param: message - Message/data to be sent.
Reimplemented in CL_UniformUDPConnection. |
|
|
param: message - Message/data to be sent.
Reimplemented in CL_UniformUDPConnection. |
|
|
Reimplemented in CL_UniformUDPConnection. |
|
|
retval: True if a message can received by a call to receive().
Reimplemented in CL_UniformUDPConnection. |
|
|
Reimplemented in CL_UniformUDPConnection. |
1.2.6 written by Dimitri van Heesch,
© 1997-2001