#include <iax2ep.h>
Inherits PThread.
A class to take frames from the transmitter, and disperse them to the appropriate IAX2Connection class. This class calls a method in the IAX2EndPoint to do the dispersal.
IAX2IncomingEthernetFrames::IAX2IncomingEthernetFrames |
( |
| ) |
|
Construct a distributor, to send packets on to the relevant connection
IAX2IncomingEthernetFrames::~IAX2IncomingEthernetFrames |
( |
| ) |
|
|
inline |
void IAX2IncomingEthernetFrames::Assign |
( |
IAX2EndPoint * |
ep | ) |
|
Set the endpoint variable
virtual void IAX2IncomingEthernetFrames::Main |
( |
| ) |
|
|
virtual |
void IAX2IncomingEthernetFrames::ProcessList |
( |
| ) |
|
|
inline |
Activate this thread to process all frames in the lists
References activate.
void IAX2IncomingEthernetFrames::Terminate |
( |
| ) |
|
Cause this thread to die immediately
PSyncPoint IAX2IncomingEthernetFrames::activate |
|
protected |
Global variable which holds the application specific data
PBoolean IAX2IncomingEthernetFrames::keepGoing |
|
protected |
Flag to indicate if this receiver thread should keep listening for network data
The documentation for this class was generated from the following file: