All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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 INFO_INTERFACE_H_INCLUDE_GUARD
34 #define INFO_INTERFACE_H_INCLUDE_GUARD
35 
36 
37 #include "legato.h"
38 
39 // User customizable include file
40 #include "userInclude.h"
41 
42 
43 //--------------------------------------------------------------------------------------------------
47 //--------------------------------------------------------------------------------------------------
49 (
50  const char* serviceInstanceName
52 );
53 
54 //--------------------------------------------------------------------------------------------------
58 //--------------------------------------------------------------------------------------------------
60 (
61  void
62 );
63 
64 //--------------------------------------------------------------------------------------------------
75 //--------------------------------------------------------------------------------------------------
77 (
78  char* imei,
81 
82  size_t imeiNumElements
84 );
85 
86 
87 #endif // INFO_INTERFACE_H_INCLUDE_GUARD
88 
le_result_t
Definition: le_basics.h:34
le_result_t le_info_GetImei(char *imei, size_t imeiNumElements)
void le_info_StartClient(const char *serviceInstanceName)
void le_info_StopClient(void)