CWlanDeviceSettings Class Reference
class CWlanDeviceSettings : public CBase |
Interface to read and write WLAN device specific settings. The data is stored in CommsDB.
- Since
- Series 60 3.0 wlandevicesettings.lib
Nested Classes and Structures
Constructor & Destructor Documentation
CWlanDeviceSettings()
CWlanDeviceSettings | ( | ) | [private] |
~CWlanDeviceSettings()
IMPORT_C | ~CWlanDeviceSettings | ( | ) | [virtual] |
Member Functions Documentation
CheckWlanDeviceSettingsTableL()
void | CheckWlanDeviceSettingsTableL | ( | ) | [private] |
Check is WLAN device settings table correct in CommsDB.
ConstructL()
void | ConstructL | ( | ) | [private] |
By default Symbian 2nd phase constructor is private.
GetDefaultSettings(SWlanDeviceSettings &)
Returns the default WLAN device settings.
NewRecordL(TUint32)
void | NewRecordL | ( | TUint32 | aTableType | ) | [private] |
Insert a new table to WLAN device settings and initialise it.
Parameters
TUint32 aTableType | 0 for default settings, 1 for user settings. |
OpenTableL()
void | OpenTableL | ( | ) | [private] |
ReadL(SWlanDeviceSettings &)
Read WLAN device settings from the database. The read values is dependent of the useDefaultSettings -value. If it is ETrue in user defineable table the default settings are been returned, it is EFalse user defined values are returned.
ReadL(TBool, SWlanDeviceSettings &)
Read WLAN device settings from the database.
Parameters
TBool aGetDefaultSettings | ETrue return default settings, EFalse return user defined values. |
SWlanDeviceSettings & aSettings | Current WLAN device settings. Leaves with general error code. |
ReadPrivateData(SWlanDeviceSettings &)
WriteCenRepKeyL(const TUint32, const TInt)
IMPORT_C void | WriteCenRepKeyL | ( | const TUint32 | aKey, |
| const TInt | aValue |
| ) | const |
Save user defineable WLAN device setting to the Central Repository.
Parameters
const TUint32 aKey | Id of the WLAN Central Repository key. |
const TInt aValue | Value to be written to the WLAN Central Repository key. Leaves with general error code. |
WriteL(const SWlanDeviceSettings &)
Save user defineable WLAN device settings to the database.
WritePrivateData(const SWlanDeviceSettings &)
Member Data Documentation
CCommsDbTableView * iDefTable
CCommsDbTableView * iUsrTable
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.