|
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 HsPhoneIOTA.h 00012 * 00013 * @brief Header File for Phone Library API ---- IOTA 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 IOTA category. These API calls are used for features specific to 00019 * IOTA operation on CDMA networks. 00020 */ 00021 00022 00023 #ifndef HS_PHONEIOTA_H 00024 #define HS_PHONEIOTA_H 00025 #include <PalmOS.h> 00026 #include <PalmTypes.h> 00027 #ifndef __CORE_COMPATIBILITY_H__ 00028 #include <PalmCompatibility.h> 00029 /** workaround for differing header files in sdk-3.5 and sdk-internal */ 00030 #ifndef __CORE_COMPATIBILITY_H__ 00031 #define __CORE_COMPATIBILITY_H__ 00032 #endif 00033 #endif 00034 #include <HsPhoneTraps.h> /** trap table definition for phone library calls */ 00035 #include <HsPhoneErrors.h> /** error codes returned by phone library functions */ 00036 #include <HsPhoneTypes.h> 00037 00038 #define isValidPhnIOTAStatus(i) ((i >= phnIOTAUnknown) && (i <= phnIOTANAMSelect)) /**< No definition. */ 00039 00040 #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 |