|
API Guide Home (Online version only) |
![]() |
00001 /****************************************************************************** 00002 * Copyright (c) 2004 palmOne, Inc. or its subsidiaries. 00003 * All rights reserved. 00004 *****************************************************************************/ 00005 /** @ingroup Telephony 00006 * 00007 */ 00008 00009 00010 /** 00011 * 00012 * @file HsPhoneTrace.h 00013 * 00014 * @brief Trace constants, types, and definitions for Phone Library. 00015 * 00016 */ 00017 00018 00019 00020 00021 #ifndef HS_PHONE_TRACE_H 00022 #define HS_PHONE_TRACE_H 00023 00024 00025 /** 00026 * @name Trace Subcomponent IDs. These are used in TraceContext to identify area of Phone Library providing 00027 * a particular trace/error entry. These are helpful to allow useful filtering of trace log data. 00028 * 00029 **/ 00030 /*@{*/ 00031 #define PHN_SUBCOMPONENTID_LIB 'LIB!' /**< general Phone Library (library activation/shutdown, API, etc) */ 00032 #define PHN_SUBCOMPONENTID_SMS 'SMS!' /**< SMS Messaging */ 00033 #define PHN_SUBCOMPONENTID_NOT 'NOT!' /**< Phone Notification Mgr */ 00034 #define PHN_SUBCOMPONENTID_RDO 'RDO!' /**< Radio operation */ 00035 #define PHN_SUBCOMPONENTID_READ 'READ' /**< low level communication with radio - read */ 00036 #define PHN_SUBCOMPONENTID_WRIT 'WRIT' /**< low level communication with radio - write */ 00037 #define PHN_SUBCOMPONENTID_SIM 'SIM!' /**< sim operation */ 00038 #define PHN_SUBCOMPONENTID_STK 'STK!' /**< sim toolkit */ 00039 /*@}*/ 00040 00041 #endif
| Top | Palm Developer Network © 2004-2008, Palm, Inc. All rights reserved. Generated on Fri Jun 13 10:06:53 2008 for Palm API Guide |