API published in: S60 2nd Ed
Link against: sipclient.lib
Location NetworkControl NetworkServices ReadDeviceData WriteDeviceData
#include <sipobserver.h>
Public Member Functions | |
| virtual void | IncomingRequest (TUint32 aIapId, CSIPServerTransaction *aTransaction)=0 |
| A SIP request has been received from the network. | |
| virtual void | TimedOut (CSIPServerTransaction &aTransaction)=0 |
| The received SIP request time-outed and it is invalid i.e. | |
| ||||||||||||
|
A SIP request has been received from the network. This function is called when the SIP request was received using such an IAP, for which the application has not created a CSIPConnection object.
|
|
|
The received SIP request time-outed and it is invalid i.e. cannot be used anymore. This will be called if the user fails to create a SIP connection and does not send an appropriate SIP response.
|