|
||
const TUint KHTTPUid=0x1000A441;
The HTTP UID. This UID is used for all events defined here.
const TUint KHTTPMatchAnyEventUid=0x1000A44C;
Wildcard Matching UID. When specified as part of an event then the UID event part of the match will be ignored.
const TInt KTransactionEventBaseStatus=0;
The base status code for transaction events. Any number above this but below KSessionEventBaseStatus is a transaction event.
const TInt KTransactionWarningBaseStatus=10000;
The base status code for transaction warning events.
const TInt KSessionEventBaseStatus=100000;
The base status code for session events. Any number above this is a session event.
const TInt KSessionWarningBaseStatus=110000;
The base status code for session warning events.