API published in: S60 2nd Ed
Link against: sipprofilecli.lib
Location NetworkControl NetworkServices ReadDeviceData ReadUserData WriteDeviceData
#include <e32base.h>
#include <e32std.h>
#include <badesca.h>
#include "sipregistrationcontext.h"
#include "sipprofiletypeinfo.h"
Go to the source code of this file.
Data Structures | |
| class | CSIPProfile |
Variables | |
| const TUint32 | KSIPProfileId = 1 |
| SIP Profile ID which value is type of TUint32. | |
| const TUint32 | KSIPProviderName = 2 |
| SIP Provider Name which value is type of TDesC8. | |
| const TUint32 | KSIPAccessPointId = 3 |
| Access Point ID which value is type of TUint32. | |
| const TUint32 | KSIPSigComp = 4 |
| Signaling compression (SigComp) which value is type of TBool. | |
| const TUint32 | KSIPSecurityNegotiation = 5 |
| Security Negotiation which value is type of TBool. | |
| const TUint32 | KSIPAutoRegistration = 6 |
| Auto Registration which value is type of TBool. | |
| const TUint32 | KSIPUserAor = 7 |
| Defined user's address-of-record which value is type of TDesC8. | |
| const TUint32 | KSIPProfileRegistered = 8 |
| Registration which value is type of TBool. | |
| const TUint32 | KSIPRegisteredAors = 9 |
| Uers's registered address-of-records which value is of type MDesC8Array. | |
| const TUint32 | KSIPNegotiatedSecurityMechanism = 10 |
| Negotiated security mechanism during registration procedure which value is of type TDesC8. | |
| const TUint32 | KSIPDefaultProfile = 11 |
| Default profile which value is type of TBool. | |
| const TUint32 | KSIPContactHeaderParams = 12 |
| "Contact" header parameters used during registration which value is of type MDesC8Array. | |
| const TUint32 | KSIPRegistrar = 130 |
| SIP Registrar. | |
| const TUint32 | KSIPOutboundProxy = 131 |
| SIP Outbound Proxy. | |
| const TUint32 | KSIPDigestUserName = 150 |
| HTTP Digest user name which value is type of TDesC8. | |
| const TUint32 | KSIPDigestRealm = 151 |
| HTTP Digest realm which value is type of TDesC8. | |
| const TUint32 | KSIPServerAddress = 152 |
| SIP server's address which value is of type TDesC8. | |
|
|
Access Point ID which value is type of TUint32. |
|
|
Auto Registration which value is type of TBool. ETrue indicates that profile is enabled for auto registration |
|
|
"Contact" header parameters used during registration which value is of type MDesC8Array. Array element contains one "Contact" header parameter. |
|
|
Default profile which value is type of TBool. ETrue indicates that profile is default |
|
|
HTTP Digest realm which value is type of TDesC8. |
|
|
HTTP Digest user name which value is type of TDesC8. |
|
|
Negotiated security mechanism during registration procedure which value is of type TDesC8. Note that descriptor will contain value only in case the profile is registered. |
|
|
SIP Outbound Proxy. |
|
|
SIP Profile ID which value is type of TUint32. |
|
|
Registration which value is type of TBool. ETrue indicates that profile is registered |
|
|
SIP Provider Name which value is type of TDesC8. |
|
|
Uers's registered address-of-records which value is of type MDesC8Array. Note that array will contain AORs only in case the profile is registered. |
|
|
SIP Registrar. |
|
|
Security Negotiation which value is type of TBool. ETrue indicates that Security Negotiation is enabled |
|
|
SIP server's address which value is of type TDesC8. |
|
|
Signaling compression (SigComp) which value is type of TBool. ETrue indicates that SigComp is enabled |
|
|
Defined user's address-of-record which value is type of TDesC8. |