Link against: apengine.lib
None
Functions modifying database (Create, Update, Delete) need WriteDeviceData. (CApDataHandler, CApUtils Setxxx functions)
#include <APNetworks.h>
Public Member Functions |
|
virtual IMPORT_C | ~CApNetworks () |
Destructor. |
|
IMPORT_C TUint32 | Count () const |
Counts the items in the list. |
|
IMPORT_C const TDesC & | NameL (TUint32 aUid) const |
Gets the name of the network group with the given UID Ownership of the returned text is not passed. |
|
IMPORT_C TInt | AllListItemDataL (CApNetworkItemList &aList) |
Provides all data in a CApNetworkItemList array. |
|
Static Public Member Functions |
|
static IMPORT_C CApNetworks * | NewLC (CCommsDatabase &aDb) |
Two-phased constructor. |
|
Destructor. |
|
Provides all data in a CApNetworkItemList array.
|
|
Counts the items in the list.
|
|
Gets the name of the network group with the given UID Ownership of the returned text is not passed.
|
|
Two-phased constructor. Leaves on failure, places instance on cleanup stack.
|