API published in: S60 3rd Ed
Link against:
ProtServ
#include <sipresolvedclient.h>
Public Member Functions | |
| virtual | ~CSIPResolvedClient () |
| Destructor. | |
| virtual TUid | ChannelL (RStringF aMethod, const TDesC8 &aRequestUri, const RPointerArray< CSIPHeaderBase > &aHeaders, const TDesC8 &aContent, const CSIPContentTypeHeader *aContentType=0)=0 |
| Returns the SIP client's channel UID that indicates client's channel UID for connection with SIP e.g. | |
| virtual void | ConnectL (TUid aUid)=0 |
| Requests the client to connect to SIP with resolved UID in case there's no connection with resolved channel UID. | |
| virtual const TDesC8 & | Capabilities () |
| Requests the implementation to provide capabilities in XML format in case they were not defined in the ECOM resource file. | |
Data Fields | |
| TUid | iInstanceKey |
| Unique key for implementations of this interface. | |
Protected Member Functions | |
| CSIPResolvedClient () | |
|
|
Destructor. |
|
|
|
Requests the implementation to provide capabilities in XML format in case they were not defined in the ECOM resource file. The cabablities to be returned must be defined according to the same DTD. This function will be invoked only if the capabilities are not defined in the ECOM resource file. |
| ||||||||||||||||||||||||
|
Returns the SIP client's channel UID that indicates client's channel UID for connection with SIP e.g.
|
|
|
Requests the client to connect to SIP with resolved UID in case there's no connection with resolved channel UID.
|
|
|
Unique key for implementations of this interface. |