|
The Assimilation Monitoring Project
|
NetIOudp is a NetIO class subclass specialized to UDP connections. More...
#include <netioudp.h>

Data Fields | |
| NetIO | baseclass |
| Base class (NetIO) object. More... | |
| GDestroyNotify | _finalize |
| Saved (base class) finalize routine. More... | |
NetIOudp is a NetIO class subclass specialized to UDP connections.
It can perform network writes and reads, binds, etc. for UDP sockets It is a class from which we make subclasses (like ReliableUDP class) and is managed by our C-Class Management system.
Definition at line 39 of file netioudp.h.
| GDestroyNotify _NetIOudp::_finalize |
Saved (base class) finalize routine.
Definition at line 41 of file netioudp.h.
| NetIO _NetIOudp::baseclass |
Base class (NetIO) object.
Definition at line 40 of file netioudp.h.
Referenced by main(), netioudp_new(), obey_pingpong(), and reliableudp_new().