|
API Guide Home (Online version only) |
![]() |
00001 /****************************************************************************** 00002 * Copyright (c) 2004 palmOne, Inc. or its subsidiaries. 00003 * All rights reserved. 00004 *****************************************************************************/ 00005 /** 00006 * @ingroup Carrier 00007 */ 00008 00009 /** 00010 * @file CarrierCustomLibTraps.h 00011 * @version 1.0 00012 * @date 12/11/2002 00013 * 00014 * @brief This file contains the trap for the Carrier Customization 00015 * Library. 00016 * 00017 */ 00018 00019 /* 00020 * @author dla 00021 */ 00022 00023 00024 #ifndef __CARRIER_CUSTOMIZATION_LIBRARY_TRAPS_H__ 00025 #define __CARRIER_CUSTOMIZATION_LIBRARY_TRAPS_H__ 00026 00027 00028 /** 00029 * @name Function Trap Numbers 00030 * @brief Trap IDs for the Carrier Customization Library's public functions. The order of the traps 00031 * must be the same as the routines are listed in NetPrefLibDispatchTable.c. 00032 */ 00033 /*@{*/ 00034 #define CCustomLibTrapVersionGet (sysLibTrapCustom + 0) 00035 #define CCustomLibTrapGetCarrierSetting (sysLibTrapCustom + 1) 00036 #define CCustomLibTrapGetProfileSetting (sysLibTrapCustom + 2) 00037 #define CCustomLibTrapGetCarrierProfile (sysLibTrapCustom + 3) 00038 #define CCustomLibTrapReleaseCarrierProfile (sysLibTrapCustom + 4) 00039 #define CCustomLibTrapGetCarrierCode (sysLibTrapCustom + 5) 00040 #define CCustomLibTrapGetCarrierCodeLength (sysLibTrapCustom + 6) 00041 #define CCustomLibTrapRefresh (sysLibTrapCustom + 7) 00042 #define CCustomLibTrapRetrieveNVSetting (sysLibTrapCustom + 8) 00043 /*@}*/ 00044 #endif // __CARRIER_CUSTOMIZATION_LIBRARY_TRAPS_H__
| Top | Palm Developer Network © 2004-2008, Palm, Inc. All rights reserved. Generated on Fri Jun 13 10:06:52 2008 for Palm API Guide |