class CRsfwMountEntry : public CBase |
Remote drive (configuration) entry
Index of the entry. Optional.
Friendly name. Mandatory.
Drive letter. Optional.
Drive URL. Mandatory.
User name. Optional.
Password. Optional
Internet Access point. Optional.
Friendly name 20 characters
Drive URL 200 characters
User name 50 characters
Password 50 characters Setter functions leave with KErrArgument, if longer values are attempted
Drive Letter must be between J: and Y: (see also RFs::DriveList() documentation)
Drive Url must begin with a valid scheme (e.g. https:// or upnp://)
Public Member Functions | |
---|---|
~CRsfwMountEntry() | |
IMPORT_C void | Clear() |
IMPORT_C CRsfwMountEntry * | CloneL() |
IMPORT_C const HBufC * | Item(TInt) |
IMPORT_C CRsfwMountEntry * | NewL() |
IMPORT_C CRsfwMountEntry * | NewLC() |
IMPORT_C void | SetEntryL(TInt, const TDesC &, TChar, const TDesC &, const TDesC &, const TDesC &, const TDesC &) |
IMPORT_C void | SetItemL(TInt, const TDesC8 &) |
IMPORT_C void | SetItemL(TInt, const TDesC &) |
Private Member Functions | |
---|---|
CRsfwMountEntry() | |
void | ConstructL() |
Private Attributes | |
---|---|
RFs | iFs |
HBufC * | iMountEntryItems |
IMPORT_C CRsfwMountEntry * | CloneL | ( | ) | const |
Clone the entry - the items are are copied to the newly created entry
IMPORT_C const HBufC * | Item | ( | TInt | aIndex | ) | const |
Returns an item value An empty value may be an empty string or NULL
TInt aIndex |
IMPORT_C void | SetEntryL | ( | TInt | aIndex, |
const TDesC & | aName, | |||
TChar | aDriveLetter, | |||
const TDesC & | aUrl, | |||
const TDesC & | aUserName, | |||
const TDesC & | aPassword, | |||
const TDesC & | aIap | |||
) |
IMPORT_C void | SetItemL | ( | TInt | aIndex, |
const TDesC8 & | aValue | |||
) |
IMPORT_C void | SetItemL | ( | TInt | aIndex, |
const TDesC & | aValue | |||
) |
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.