All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ecallApp_interface.h File Reference
#include "legato.h"

Go to the source code of this file.

Functions

void ecallApp_StartClient (const char *serviceInstanceName)
 
void ecallApp_StopClient (void)
 
void ecallApp_StartSession (uint32_t paxCount)
 

Detailed Description

Legato eCall Application include file.

Copyright (C) Sierra Wireless, Inc. 2014. Use of this work is subject to license.

Function Documentation

void ecallApp_StartClient ( const char *  serviceInstanceName)

Start the service for the client main thread

Parameters
[in]serviceInstanceName
void ecallApp_StartSession ( uint32_t  paxCount)

Retrieve the eCall app settings and start a test eCall Session.

Note
On failure, the process exits, so you don't have to worry about checking any returned error codes.
Parameters
[in]paxCountnumber of passengers
void ecallApp_StopClient ( void  )

Stop the service for the current client thread