Go to the source code of this file.
Functions | |
void | le_sup_ctrl_ConnectService (void) |
void | le_sup_ctrl_DisconnectService (void) |
le_result_t | le_sup_ctrl_StartApp (const char *appName) |
le_result_t | le_sup_ctrl_StopApp (const char *appName) |
le_result_t | le_sup_ctrl_StopLegato (void) |
Legato Supervisor Control API include file.
Copyright (C) Sierra Wireless Inc. Use of this work is subject to license.
void le_sup_ctrl_ConnectService | ( | void | ) |
Connect the client to the service
void le_sup_ctrl_DisconnectService | ( | void | ) |
Disconnect the client from the service
le_result_t le_sup_ctrl_StartApp | ( | const char * | appName | ) |
Starts an app.
[in] | appName | Name of the app to start. |
le_result_t le_sup_ctrl_StopApp | ( | const char * | appName | ) |
Stops an app.
[in] | appName | Name of the app to stop. |
le_result_t le_sup_ctrl_StopLegato | ( | void | ) |
Stops the Legato framework.