S60 3rd Edition API Reference: MSIPRegistrationContext Class Reference

MSIPRegistrationContext Class Reference

API published in: S60 2nd Ed

Link against: sipclient.lib

Capability Information

Required Capabilities

Location NetworkControl NetworkServices ReadDeviceData WriteDeviceData


#include <sipregistrationcontext.h>

Inherited by CSIPProfile, and CSIPRegistrationBinding.


Detailed Description

PublishedAll
Released
The interface for providing information for the SIP request and dialog creation.

Public Member Functions

virtual ~MSIPRegistrationContext ()
 Destructor.
virtual TBool IsContextActive () const =0
 Checks if the registration context can be used for creating SIP messages/dialogs.
virtual TUint32 ContextId () const =0
 Gets the context id.

Constructor & Destructor Documentation

virtual MSIPRegistrationContext::~MSIPRegistrationContext  )  [inline, virtual]
 

Destructor.


Member Function Documentation

virtual TUint32 MSIPRegistrationContext::ContextId  )  const [pure virtual]
 

Gets the context id.

Returns:
Context id For internal use only

Implemented in CSIPProfile, and CSIPRegistrationBinding.

virtual TBool MSIPRegistrationContext::IsContextActive  )  const [pure virtual]
 

Checks if the registration context can be used for creating SIP messages/dialogs.

Returns:
ETrue if can be used, EFalse otherwise

Implemented in CSIPProfile, and CSIPRegistrationBinding.


The documentation for this class was generated from the following file:

Copyright © Nokia Corporation 2001-2007
Back to top