Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

ApplicationInterface Class Reference

Interface class which is implemented by the main application. More...

#include <applicationinterface.h>

Inheritance diagram for ApplicationInterface:

CapiSuite List of all members.

Public Methods

virtual void callWaiting (Connection *conn)=0
 Called by Capi if we get a CONNECT_IND (in case of an incoming call).


Detailed Description

Interface class which is implemented by the main application.

This interface exposes methods for general communication between the Capi abstraction layer and the application. These methods are mainly used for telling the application the begin and end of an incoming call, so it can start and finish call handling procedures

For special events during call handling, see the CallInterface.

Author:
Gernot Hillier


Member Function Documentation

virtual void ApplicationInterface::callWaiting Connection   conn [pure virtual]
 

Called by Capi if we get a CONNECT_IND (in case of an incoming call).

Parameters:
conn  pointer to the according connection object

Implemented in CapiSuite.


The documentation for this class was generated from the following file:
Generated on Mon Jan 5 12:20:00 2004 for CapiSuite by doxygen1.2.18