This demo 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 uses the configuration tree to retrieve the following data:
$ config get eCallDemo:/
/
settings/
psap<string> == <PSAP number>
hMinAccuracy<int> == <minimum horizontal accuracy value>
dirMinAccuracy<int> == <minimum direction accuracy value>You can set them by issuing the commands:
$ config set eCallDemo:/settings/psap <PSAP number> $ config set eCallDemo:/settings/hMinAccuracy <minimum horizontal accuracy value> int $ config set eCallDemo:/settings/dirMinAccuracy <minimum direction accuracy value> int
Copyright (C) Sierra Wireless Inc. Use of this work is subject to license.