#include <mw/ineturi.h>
class RInetUri |
Public Member Functions | |
---|---|
RInetUri() | |
IMPORT_C void | Close() |
IMPORT_C void | CreateL(const TDesC8 &, TServiceType, TListType) |
IMPORT_C const TDesC8 & | FavouriteName() |
IMPORT_C TListType | ListType() |
IMPORT_C TPermission | Permission() |
IMPORT_C TServiceType | ServiceType() |
IMPORT_C void | SetFavouriteNameL(const TDesC8 &) |
IMPORT_C void | SetListType(TListType) |
IMPORT_C const CUri8 & | Uri() |
RInetUri represents a handle to the URI and its associated URI properties. A URI must always be associated with a service type and a list type. Service type defines the purpose for which the URI is added (for example, Browser, WAP Push, Push EMail, and so on), and the list type defines the permission associated with the URI (for example, whitelist or blacklist).
IMPORT_C void | CreateL | ( | const TDesC8 & | aUri, |
TServiceType | aServiceType, | |||
TListType | aListType | |||
) |
IMPORT_C const TDesC8 & | FavouriteName | ( | ) | const |
Returns the favourite name of the URI. Returns KNullDesC8 if no favourite name is set.
Returns: Favourite name of URI
IMPORT_C TListType | ListType | ( | ) | const |
Returns the list type associated with the URI.
Returns: list type of the URI
IMPORT_C TPermission | Permission | ( | ) | const |
Returns the permission associated with the URI, that is, read-only or read-write.
Returns: list type
IMPORT_C TServiceType | ServiceType | ( | ) | const |
Returns the service type associated with the URI.
Returns: service type
IMPORT_C void | SetFavouriteNameL | ( | const TDesC8 & | aFavouriteName | ) |
Set the favourite name associated with the URI.
Parameter | Description |
---|---|
aFavouriteName | Favourite name of the URI |