API published in: S60 2nd Ed
Link against: sipprofilecli.lib
Location NetworkControl NetworkServices ReadDeviceData ReadUserData WriteDeviceData
#include <sipconcreteprofileobserver.h>
Inherited by CSIPProfileRegistryBase.
Public Member Functions | |
| virtual void | RegistrationStatusChangedL (TUint32 aProfileId, TInt aStatus, TUint32 aStatusId)=0 |
| SIP profile registration status changed event Event is send to those observers, who have the corresponding profile instantiated. | |
| virtual void | AddedL (TUint32 aProfileId)=0 |
| SIP profile creation event. | |
| virtual void | RemovedL (TUint32 aProfileId)=0 |
| SIP profile destruction event. | |
| virtual void | UpdatedL (TUint32 aProfileId, TUint aSize)=0 |
| SIP profile information update event Event is send to those observers, who have the corresponding profile instantiated. | |
| virtual void | ErrorOccurredL (TUint32 aProfileId, TInt aStatus, TInt aError)=0 |
| An asynchronous error has occurred related to SIP profile Event is send to those observers, who have the corresponding profile instantiated. | |
|
|
SIP profile creation event. Event is send to all observers.
Implemented in CSIPProfileRegistryBase. |
| ||||||||||||||||
|
An asynchronous error has occurred related to SIP profile Event is send to those observers, who have the corresponding profile instantiated.
Implemented in CSIPProfileRegistryBase. |
| ||||||||||||||||
|
SIP profile registration status changed event Event is send to those observers, who have the corresponding profile instantiated.
Implemented in CSIPProfileRegistryBase. |
|
|
SIP profile destruction event. Event is send to those observers, who have the corresponding profile instantiated.
Implemented in CSIPProfileRegistryBase. |
| ||||||||||||
|
SIP profile information update event Event is send to those observers, who have the corresponding profile instantiated.
Implemented in CSIPProfileRegistryBase. |