#include <mw/rsfwmountentry.h>
class CRsfwMountEntry : public CBase |
Public Member Functions | |
---|---|
virtual | ~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 &) |
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://)
IMPORT_C CRsfwMountEntry * | CloneL | ( | ) | const |
Clone the entry - the items are are copied to the newly created entry
Returns: cloned entry
IMPORT_C void | SetEntryL | ( | TInt | aIndex, |
const TDesC & | aName, | |||
TChar | aDriveLetter, | |||
const TDesC & | aUrl, | |||
const TDesC & | aUserName, | |||
const TDesC & | aPassword, | |||
const TDesC & | aIap | |||
) |
Parameter | Description |
---|---|
aIndex | index (only used for positioning the entry - not stored) |
aName | name |
aDriveLetter | drive letter |
aUserName | user name |
aPassword | password |
aIap | IAP name |