Functions modifying database (Create, Update, Delete) need WriteDeviceData.
(CApDataHandler, CApUtils Setxxx functions)
|
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.
|