API Guide Home
(Online version only)

hsPhoneLocationTypes.h

Go to the documentation of this file.
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 hsPhoneLocationTypes.h
00013  *
00014  * @brief  File contains Phone Location data types.
00015  *              
00016  */
00017 
00018 
00019 #ifndef __HS_PHONE_LOCATION_TYPES_H__
00020 
00021 #define __HS_PHONE_LOCATION_TYPES_H__
00022 
00023 #include <PalmTypes.h>
00024 
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 typedef UInt8 PhnPDSessionConfigParamType;
00039 
00040 
00041 /**
00042  *
00043  **/
00044 typedef enum
00045   {
00046     PhnPDConfigIPAddr = 1,  /**< Binary value of the Position Determination Entity (PDE) IP Address */
00047     PhnPDConfigPortID,      /**< Binary value of the PDE Port ID. */
00048     PhnPDConfigGPSLock,     /**< Level of GPS lock set in the modem. */
00049     PhnPDConfigPTLMMode     /**< The protocol transport layer mechanism to be used to talk to the PDE. */
00050   }_PhnPDSessionConfigParamType;
00051 
00052 
00053 
00054 #endif // __HS_PHONE_LOCATION_TYPES_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