All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ecallApp_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 
72 #ifndef ECALLAPP_H_INCLUDE_GUARD
73 #define ECALLAPP_H_INCLUDE_GUARD
74 
75 
76 #include "legato.h"
77 
78 //--------------------------------------------------------------------------------------------------
82 //--------------------------------------------------------------------------------------------------
84 (
85  const char* serviceInstanceName
87 );
88 
89 //--------------------------------------------------------------------------------------------------
93 //--------------------------------------------------------------------------------------------------
95 (
96  void
97 );
98 
99 //--------------------------------------------------------------------------------------------------
106 //--------------------------------------------------------------------------------------------------
108 (
109  uint32_t paxCount
112 );
113 
114 
115 #endif // ECALLAPP_H_INCLUDE_GUARD
116 
void ecallApp_StartClient(const char *serviceInstanceName)
void ecallApp_StartSession(uint32_t paxCount)
void ecallApp_StopClient(void)