wdog_interface.h
Go to the documentation of this file.
36 //--------------------------------------------------------------------------------------------------39 * Connect the current client thread to the service providing this API. Block until the service is43 * called before any other functions in this API. Normally, ConnectService is automatically called48 //--------------------------------------------------------------------------------------------------54 //--------------------------------------------------------------------------------------------------57 * Try to connect the current client thread to the service providing this API. Return with an error61 * called before any other functions in this API. Normally, ConnectService is automatically called68 * - LE_UNAVAILABLE if the server is not currently offering the service to which the client is bound.69 * - LE_NOT_PERMITTED if the client interface is not bound to any service (doesn't have a binding).72 //--------------------------------------------------------------------------------------------------78 //--------------------------------------------------------------------------------------------------84 * longer a connection to the service, and the functions in this API can't be used. For details, see89 //--------------------------------------------------------------------------------------------------95 //--------------------------------------------------------------------------------------------------101 //--------------------------------------------------------------------------------------------------void wdog_WatchdogTimedOut(uint32_t userId, uint32_t procId)void wdog_ConnectService(void)le_result_t wdog_TryConnectService(void)void wdog_DisconnectService(void)