|
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 * @file HsPhoneCDMA.h 00012 * 00013 * @brief Header File for Phone Library API ---- CDMA CATEGORY 00014 * 00015 * Notes: 00016 * All implementations of the Handspring Phone Library support a common API. 00017 * This API is broken up into various categories for easier management. This file 00018 * defines the public portion of the CDMA category. These API calls are used for features specific to 00019 * CDMA networks. 00020 */ 00021 00022 00023 #ifndef HS_PHONECDMA_H 00024 #define HS_PHONECDMA_H 00025 00026 #include <PalmOS.h> 00027 #include <PalmTypes.h> 00028 #ifndef __CORE_COMPATIBILITY_H__ 00029 #include <PalmCompatibility.h> 00030 /** workaround for differing header files in sdk-3.5 and sdk-internal */ 00031 #ifndef __CORE_COMPATIBILITY_H__ 00032 #define __CORE_COMPATIBILITY_H__ 00033 #endif 00034 #endif 00035 #include <HsPhoneTraps.h> /**< trap table definition for phone library calls */ 00036 #include <HsPhoneErrors.h> /**< error codes returned by phone library functions */ 00037 #include <HsPhoneTypes.h> 00038 00039 /** 00040 * @brief This function returns the field’s value for a given address in a newly allocated 00041 * block. This function returns 0 if there was an error while retrieving the data. 00042 * 00043 * @param refNum: IN: 00044 * @param address: IN: 00045 * @param field: IN: 00046 * @retval CharPtr 00047 **/ 00048 00049 extern CharPtr PhnLibAPGetField (UInt16 refNum, PhnAddressHandle address, PhnAddressField field) 00050 PHN_LIB_TRAP (PhnLibTrapAPGetField); 00051 00052 #endif //HS_PHONECDMA_H
| Top | Palm Developer Network © 2004-2008, Palm, Inc. All rights reserved. Generated on Fri Jun 13 10:06:53 2008 for Palm API Guide |