TFavouritesWapAp Class Reference
#include
<mw/favouriteswapap.h>
Link against: favouritesengine.lib
Detailed Description
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 Function 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 & )
Parameters |
---|
aStream | The stream to externalize to. |
InternalizeL ( RReadStream & )
Parameters |
---|
aStream | The stream to externalize from. |
IsDefault ( )
IMPORT_C TBool | IsDefault | ( | ) | const |
Check if value is "Default".
- Since
- 0.9
- Return Value
- ETrue if value is "Default".
IsNull ( )
IMPORT_C TBool | IsNull | ( | ) | const |
Check if value is unset.
- Since
- 0.9
- Return Value
- ETrue if value is unset.
SetApId ( TUint32 )
Set value. "Null" and "Default" properties cleared.
- Since
- 0.9
Parameters |
---|
aApId | AP id to set. |
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 & )
Parameters |
---|
aAp | AP to assign from. |
- Return Value
- TFavouritesWapAp
operator= ( TUint32 )
Assignment operator (from TUint32). "Null" and "Default" properties cleared.
- Since
- 0.9
Parameters |
---|
aApId | AP id to assign from. |
- Return Value
- TFavouritesWapAp