Transmit Class Reference

An abstract way to send packets of data. More...

#include <Transmit.h>

Inheritance diagram for Transmit:

[legend]
List of all members.

Public Member Functions

virtual ~Transmit ()
 destructor
virtual bool transmit (const std::string &data)=0
 Process packet data, typically sending it over the network.
virtual std::string getName ()
virtual Transmitclone ()
 Copies self.
virtual bool setReturnPort (const short)
 Set the return port. Defined only for UDP. A hack to get Max to work with wireTAP.

Detailed Description

An abstract way to send packets of data.

The Transmit class abstracts away the particulars of a networking protocol, so that all that is left is a generic way of sending a packet of data.

This class is then subclassed to provide networking services to the rest of the program.

Author:
Daniel Holth

Clinton McChesney

Martin Rumori


The documentation for this class was generated from the following files:
Generated on Thu Mar 2 23:51:36 2006 for libOSC++ by  doxygen 1.4.6