TFavouritesWapAp Class Reference
TFavouritesWapAp is the representation one the Access Point used in favourites. In addition to the AP Uid-s an item may hold "Use default" and "Unset/Null" values.
Constructor & Destructor Documentation
TFavouritesWapAp()
IMPORT_C | TFavouritesWapAp | ( | ) | |
C++ default constructor. Initializes to "Default".
- Since
- 0.9
Member Functions Documentation
ApId()
Get the AP id. If the value is "Null" or "Default", this method panics. Check those before calling this method!
- Since
- 0.9
ExternalizeL(RWriteStream &)
InternalizeL(RReadStream &)
IsDefault()
IMPORT_C TBool | IsDefault | ( | ) | const |
Check if value is "Default".
- Since
- 0.9
IsNull()
IMPORT_C TBool | IsNull | ( | ) | const |
Check if value is unset.
- Since
- 0.9
SetApId(TUint32)
Set value. "Null" and "Default" properties cleared.
- Since
- 0.9
SetDefault()
IMPORT_C void | SetDefault | ( | ) | |
Set value is "Default". Any previous value is lost.
- Since
- 0.9
SetNull()
Set value is unset. Any previous value is lost.
- Since
- 0.9
operator=(const TFavouritesWapAp &)
operator=(TUint32)
Assignment operator (from TUint32). "Null" and "Default" properties cleared.
- Since
- 0.9
Member Enumerations Documentation
Enum TValueKind
This enum holds the value kind ("Null", "Default" or just normal).
Member Data Documentation
TUint32
iApId
AP id. Meaningless if value is "Null" or "Default".
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.