le_framework_interface.h
Go to the documentation of this file.
50 //--------------------------------------------------------------------------------------------------53 * Connect the current client thread to the service providing this API. Block until the service is57 * called before any other functions in this API. Normally, ConnectService is automatically called62 //--------------------------------------------------------------------------------------------------68 //--------------------------------------------------------------------------------------------------71 * Try to connect the current client thread to the service providing this API. Return with an error75 * called before any other functions in this API. Normally, ConnectService is automatically called82 * - LE_UNAVAILABLE if the server is not currently offering the service to which the client is bound.83 * - LE_NOT_PERMITTED if the client interface is not bound to any service (doesn't have a binding).86 //--------------------------------------------------------------------------------------------------92 //--------------------------------------------------------------------------------------------------98 * longer a connection to the service, and the functions in this API can't be used. For details, see103 //--------------------------------------------------------------------------------------------------109 //--------------------------------------------------------------------------------------------------118 //--------------------------------------------------------------------------------------------------124 //--------------------------------------------------------------------------------------------------133 //--------------------------------------------------------------------------------------------------void le_framework_DisconnectService(void)le_result_t le_framework_Restart(bool manualRestart)le_result_t le_framework_TryConnectService(void)le_result_t le_framework_Stop(void)void le_framework_ConnectService(void)