All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
le_info_interface.h
Go to the documentation of this file.
1 /*
2  * ====================== WARNING ======================
3  *
4  * THE CONTENTS OF THIS FILE HAVE BEEN AUTO-GENERATED.
5  * DO NOT MODIFY IN ANY WAY.
6  *
7  * ====================== WARNING ======================
8  */
9 
33 #ifndef LE_INFO_H_INCLUDE_GUARD
34 #define LE_INFO_H_INCLUDE_GUARD
35 
36 
37 #include "legato.h"
38 
39 //--------------------------------------------------------------------------------------------------
43 //--------------------------------------------------------------------------------------------------
45 (
46  const char* serviceInstanceName
48 );
49 
50 //--------------------------------------------------------------------------------------------------
54 //--------------------------------------------------------------------------------------------------
56 (
57  void
58 );
59 
60 
61 //--------------------------------------------------------------------------------------------------
66 //--------------------------------------------------------------------------------------------------
67 #define LE_INFO_IMEI_MAX_LEN 16
68 
69 //--------------------------------------------------------------------------------------------------
80 //--------------------------------------------------------------------------------------------------
82 (
83  char* imei,
86 
87  size_t imeiNumElements
89 );
90 
91 
92 #endif // LE_INFO_H_INCLUDE_GUARD
93 
le_result_t
Definition: le_basics.h:34
void le_info_StopClient(void)
void le_info_StartClient(const char *serviceInstanceName)
le_result_t le_info_GetImei(char *imei, size_t imeiNumElements)