class CServerParams : public CBase |
Supported protocol version.
Emergency support.
TLS enabled / disabled.
PSK used / not used ( GBA or any other key generation mechanism ).
IAP / destination.
SLP address.
SLP enabled / disabled.
Manufacturer ( Optional ).
Remove SLP, when SIM change ( yes / no ).
Usage in home network ( yes / no ).
Timestamp ( when last used ).
Timestamp ( when tried last ).
Network & Operator code ( when tried last ).
Network & Operator code ( when last used successfully).
Editable ( yes / no).
SLP address
IAP / destination.
SLP enabled / disabled.
Remove SLP, when SIM change ( yes / no ).
Usage in home network ( yes / no ).
Editable ( yes / no).
Public Member Functions | |
---|---|
~CServerParams () | |
IMPORT_C TInt | Get ( TInt64 &, TPtr , TPtr , TBool &, TBool &, TBool &, TBool &) |
IMPORT_C CServerParams * | NewL () |
IMPORT_C CServerParams * | NewLC () |
IMPORT_C TInt | Set (const TDesC &, const TDesC &, const TBool , const TBool , const TBool , const TBool , const TInt64 ) |
Private Member Functions | |
---|---|
CServerParams () | |
void | ConstructL () |
Private Attributes | |
---|---|
TBool | iEditable |
HBufC * | iIap |
TBool | iIsValueSet |
HBufC * | iServerAddress |
TBool | iServerEnabled |
TBool | iSimChangeRemove |
TInt64 | iSlpId |
TBool | iUsageInHomeNw |
IMPORT_C TInt | Get | ( | TInt64 & | aSlpId, |
TPtr | aServerAddress, | |||
TPtr | aIapName, | |||
TBool & | aServerEnabled, | |||
TBool & | aSimChangeRemove, | |||
TBool & | aUsageInHomeNw, | |||
TBool & | aEditable | |||
) | const |
Returns server parameters.
IMPORT_C TInt | Set | ( | const TDesC & | aServerAddress, |
const TDesC & | aIapName, | |||
const TBool | aServerEnabled = ETrue, | |||
const TBool | aSimChangeRemove = EFalse, | |||
const TBool | aUsageInHomeNw = ETrue, | |||
const TBool | aEditable = ETrue, | |||
const TInt64 | aSlpId = 0 | |||
) |
Sets server parameters.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.