epoc32/include/logfilterandeventconstants.hrh
author William Roberts <williamr@symbian.org>
Wed, 31 Mar 2010 12:33:34 +0100
branchSymbian3
changeset 4 837f303aceeb
permissions -rw-r--r--
Current Symbian^3 public API header files (from PDK 3.0.h)
This is the epoc32/include tree with the "platform" subtrees removed, and
all but a selected few mbg and rsg files removed.
     1 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 //
    15 #ifndef LOGFILTERANDEVENTCONSTANTS_HRH
    16 #define LOGFILTERANDEVENTCONSTANTS_HRH
    17 
    18 /**
    19 Location Requested by On Board Application Event Uid
    20 @publishedPartner
    21 @released
    22 */
    23 #define KLogLbsSelfLocateEventType 0x102822B2
    24 /**
    25 Location Requested by Remote Party Event Uid
    26 @publishedPartner
    27 @released
    28 */
    29 #define KLogLbsExternalLocateEventType 0x102822B3
    30 /**
    31 Location Sent to Remote Party Event Uid
    32 @publishedPartner
    33 @released
    34 */
    35 #define KLogLbsTransmitLocationEventType 0x102822B4
    36 /**
    37 Location Determined by Network Event Uid
    38 @publishedPartner
    39 @released
    40 */
    41 #define KLogLbsNetworkLocateEventType 0x102822B5
    42 /**
    43 Location Data Obtained from Network Event Uid
    44 @publishedPartner
    45 @released
    46 */
    47 #define KLogLbsAssistanceDataEventType 0x102822B6
    48 
    49 // Recent lists (Make consecutive)
    50 /**
    51 Log Recent Incoming Calls List
    52 @publishedPartner
    53 @released
    54 */
    55 #define KLogRecentIncomingCalls 1
    56 /**
    57 Log Recent Outgoing Calls List
    58 @publishedPartner
    59 @released
    60 */
    61 #define KLogRecentOutgoingCalls 2
    62 /**
    63 Log Recent Missed Calls List
    64 @publishedPartner
    65 @released
    66 */
    67 #define KLogRecentMissedCalls 3
    68 
    69 /**
    70 Log Packet Data Event Uid
    71 @publishedPartner
    72 @released
    73 */
    74 #define KLogPacketDataEventType  0x10008F8E
    75 
    76 /**
    77 Filter fields
    78 @publishedPartner
    79 */
    80 #define ELogFirstFilterField 0x1
    81 
    82 #define ELogLastFilterField 0x200
    83 
    84 #endif
    85