00001 00026 #ifndef LEGATO_INFO_INCLUDE_GUARD 00027 #define LEGATO_INFO_INCLUDE_GUARD 00028 00029 #include "legato.h" 00030 #include "le_mdm_defs.h" 00031 00032 00033 00034 //-------------------------------------------------------------------------------------------------- 00035 // Symbol and Enum definitions. 00036 //-------------------------------------------------------------------------------------------------- 00037 00038 00039 //-------------------------------------------------------------------------------------------------- 00044 //-------------------------------------------------------------------------------------------------- 00045 #define LE_INFO_IMEI_MAX_LEN (15+1) 00046 00047 00048 //-------------------------------------------------------------------------------------------------- 00049 // APIs. 00050 //-------------------------------------------------------------------------------------------------- 00051 00052 //-------------------------------------------------------------------------------------------------- 00063 //-------------------------------------------------------------------------------------------------- 00064 le_result_t le_info_GetImei 00065 ( 00066 char* imeiPtr, 00067 size_t len 00068 ); 00069 00070 00071 00072 00073 #endif // LEGATO_INFO_INCLUDE_GUARD