components/modemServices/platformAdaptor/interfaces/inc/pa_info.h
Go to the documentation of this file.
00001 
00044 #ifndef LEGATO_PAINFO_INCLUDE_GUARD
00045 #define LEGATO_PAINFO_INCLUDE_GUARD
00046 
00047 
00048 #include "legato.h"
00049 #include "le_mdm_defs.h"
00050 
00051 //--------------------------------------------------------------------------------------------------
00052 // Symbol and Enum definitions.
00053 //--------------------------------------------------------------------------------------------------
00054 
00055 
00056 //--------------------------------------------------------------------------------------------------
00060 //--------------------------------------------------------------------------------------------------
00061 #define PA_INFO_IMEI_MAX_LEN     15
00062 
00063 
00064 
00065 
00066 
00067 //--------------------------------------------------------------------------------------------------
00071 //--------------------------------------------------------------------------------------------------
00072 typedef char pa_info_Imei_t[PA_INFO_IMEI_MAX_LEN+1];
00073 
00074 
00075 
00076 //--------------------------------------------------------------------------------------------------
00077 // APIs.
00078 //--------------------------------------------------------------------------------------------------
00079 
00080 
00081 //--------------------------------------------------------------------------------------------------
00089 //--------------------------------------------------------------------------------------------------
00090 le_result_t pa_info_GetIMEI
00091 (
00092     pa_info_Imei_t imei   
00093 );
00094 
00095 
00096 
00097 
00098 #endif // LEGATO_PAINFO_INCLUDE_GUARD
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines