Link against: apengine.lib
None
Functions modifying database (Create, Update, Delete) need WriteDeviceData. (CApDataHandler, CApUtils Setxxx functions)
#include <ApNetworkItem.h>
It is used in CApNetworks.
Public Member Functions |
|
| virtual IMPORT_C | ~CApNetworkItem () |
| Destructor. |
|
| IMPORT_C void | CopyFromL (const CApNetworkItem &aCopyFrom) |
| Copies the data from another CApNetworkItem Substitutes the "Assignment operator.". |
|
| IMPORT_C const TDesC & | Name () const |
| Gets the name of the network group Ownership of the returned text is not passed. |
|
| IMPORT_C TUint32 | Uid () const |
| Gets the UID of this network group. |
|
| IMPORT_C void | SetUid (TUint32 aUid) |
| Sets a UID of the network group. |
|
| IMPORT_C void | SetNameL (const TDesC &aName) |
| Sets the network name. |
|
Static Public Member Functions |
|
| static IMPORT_C CApNetworkItem * | NewLC () |
| Two-phased constructor. |
|
| static IMPORT_C CApNetworkItem * | NewLC (CApNetworkItem *aItem) |
| Two-phased constructor. |
|
|
|
Destructor. |
|
|
Copies the data from another CApNetworkItem Substitutes the "Assignment operator.".
|
|
|
Gets the name of the network group Ownership of the returned text is not passed.
|
|
|
Two-phased constructor. Leaves on failure, places instance on cleanup stack.
|
|
|
Two-phased constructor. Leaves on failure, places instance on cleanup stack.
|
|
|
Sets the network name.
|
|
|
Sets a UID of the network group.
|
|
|
Gets the UID of this network group.
|