Click here for the API Reference documentation.
This app provides an ecallApp_StartSession() API to start a test eCall session. You can call ecallApp_StartSession() with the number of passengers as a parameter to start the session.
This app is automatically restarted in case of errors until the eCall session is completed. You don't have to retrigger the session by calling ecallApp_StartSession(), the app will use context variables containing the number of passengers and the session status.
This App uses the configuration tree to retrieve the following data:
config get eCall:/
/
settings/
hMinAccuracy<int> == <minimum horizontal accuracy value>
dirMinAccuracy<int> == <minimum direction accuracy value>You can set them by issuing the commands:
config set eCall:/settings/hMinAccuracy <minimum horizontal accuracy value> int config set eCall:/settings/dirMinAccuracy <minimum direction accuracy value> int
Moreover, this app use two context variables:
config get eCall:/
/
context/
isCleared<bool> == <cleared session flag>
paxCount<int> == <number of passengers>Copyright (C) Sierra Wireless, Inc. 2014. Use of this work is subject to license.