Public Attributes | |
---|---|
const TInt | KErrInvalidStreamHandle |
const TInt | KErrInvalidTLD |
const TInt | KErrNotOpen |
const TInt | KErrPolicyDataNotPresent |
const TInt | KErrPolicyListTypeNotPresent |
const TInt | KErrServiceTypeNotPresent |
const TInt | KErrTldQueryTypeNotPresent |
const TInt | KErrTldUriNotPresent |
const TInt | KErrUriAddFailed |
const TInt | KErrUriAlreadyExists |
const TInt | KErrUriNotFound |
const TInt | KErrUriReadOnly |
const TInt | KErrUriRemoveFailed |
const TInt | KErrUriUpdateFailed |
const TInt | KErrorBase |
Public Member Enumerations | |
---|---|
enum | TListType { EBlackList, EWhiteList } |
enum | TPermission { EReadOnly, EReadWrite } |
enum | TServiceType { EBrowser, EWapPush, EPushEMail, EDevProv, EVoip } |
enum | TTLDQueryType { EPolicyListType, EPolicyCharSet } |
enum | TURIMatch { EExact, EDomain, EExactPath, EPartialPrefixPath, EPartialSuffixPath } |
Public Member Functions | |
---|---|
_LIT(KInetUriListErrHandleNotOpen, "Handle not open") | |
_LIT(KTldInvalidRequest, "Invalid Request") |
const TInt | KErrPolicyListTypeNotPresent | [static] |
TLD list type is not present.
const TInt | KErrServiceTypeNotPresent | [static] |
Service type of URI is missing.
const TInt | KErrTldQueryTypeNotPresent | [static] |
Query Type of URI is missing.
const TInt | KErrorBase | [static] |
Error codes error numbers -7650 to -7699 have been reserved for InetUriList.
Types of supported list type.
Enumerator | Value | Description |
---|---|---|
EBlackList | 0x01 |
BlackList |
EWhiteList | 0x02 |
WhiteList |
Types of permission.
Enumerator | Value | Description |
---|---|---|
EReadOnly | 0x01 |
ReadOnly |
EReadWrite | 0x02 |
ReadWrite |
Types of supported service type.
Enumerator | Value | Description |
---|---|---|
EBrowser | 0x01 |
Browser |
EWapPush | 0x02 |
WapPush |
EPushEMail | 0x03 |
PushEMail |
EDevProv | 0x04 |
DevProv |
EVoip | 0x05 |
VOIP |
Types of TLD Query type.
Enumerator | Value | Description |
---|---|---|
EPolicyListType | 0x01 |
Top Level Domain List type |
EPolicyCharSet | 0x02 |
Top Level Domain Policy data |
Types of matches.
Enumerator | Value | Description |
---|---|---|
EExact | 0x01 |
Exact match |
EDomain | 0x02 |
Domain match |
EExactPath | 0x03 |
Exact path match |
EPartialPrefixPath | 0x04 |
partial prefix path match |
EPartialSuffixPath | 0x05 |
Partial suffix path match |