#include <iax2ep.h>
Public Member Functions | |
general worker methods  | |
| virtual void | Main () | 
| void | Assign (IAX2EndPoint *ep) | 
| void | ProcessList () | 
| void | Terminate () | 
Protected Attributes | |
| IAX2EndPoint * | endpoint | 
| PSyncPoint | activate | 
| PBoolean | keepGoing | 
| IAX2IncomingEthernetFrames::IAX2IncomingEthernetFrames | ( | ) | 
Construct a distributor, to send packets on to the relevant connection
| IAX2IncomingEthernetFrames::~IAX2IncomingEthernetFrames | ( | ) |  [inline] | 
        
Destroy the distributor
| IAX2IncomingEthernetFrames::IAX2IncomingEthernetFrames | ( | ) | 
Construct a distributor, to send packets on to the relevant connection
| IAX2IncomingEthernetFrames::~IAX2IncomingEthernetFrames | ( | ) |  [inline] | 
        
Destroy the distributor
| virtual void IAX2IncomingEthernetFrames::Main | ( | ) |  [virtual] | 
        
| void IAX2IncomingEthernetFrames::Assign | ( | IAX2EndPoint * | ep | ) | 
Set the endpoint variable
| void IAX2IncomingEthernetFrames::ProcessList | ( | ) | 
Activate this thread to process all frames in the lists
| void IAX2IncomingEthernetFrames::Terminate | ( | ) | 
Cause this thread to die immediately
IAX2EndPoint* IAX2IncomingEthernetFrames::endpoint [protected]           | 
        
Global variable which holds the application specific data
PSyncPoint IAX2IncomingEthernetFrames::activate [protected]           | 
        
Flag to activate this thread
PBoolean IAX2IncomingEthernetFrames::keepGoing [protected]           | 
        
Flag to indicate if this receiver thread should keep listening for network data
 1.5.1