le_atDefs_interface.h
Go to the documentation of this file.
27 //--------------------------------------------------------------------------------------------------31 //--------------------------------------------------------------------------------------------------34 //--------------------------------------------------------------------------------------------------37 * Connect the current client thread to the service providing this API. Block until the service is41 * called before any other functions in this API. Normally, ConnectService is automatically called46 //--------------------------------------------------------------------------------------------------52 //--------------------------------------------------------------------------------------------------55 * Try to connect the current client thread to the service providing this API. Return with an error59 * called before any other functions in this API. Normally, ConnectService is automatically called68 * - LE_NOT_PERMITTED if the client interface is not bound to any service (doesn't have a binding).71 //--------------------------------------------------------------------------------------------------77 //--------------------------------------------------------------------------------------------------81 * When a server connection is lost, call this handler then exit with LE_FATAL. If a program wants84 //--------------------------------------------------------------------------------------------------91 //--------------------------------------------------------------------------------------------------97 * longer a connection to the service, and the functions in this API can't be used. For details, see102 //--------------------------------------------------------------------------------------------------109 //--------------------------------------------------------------------------------------------------116 //--------------------------------------------------------------------------------------------------119 //--------------------------------------------------------------------------------------------------124 //--------------------------------------------------------------------------------------------------127 //--------------------------------------------------------------------------------------------------134 //--------------------------------------------------------------------------------------------------137 //--------------------------------------------------------------------------------------------------142 //--------------------------------------------------------------------------------------------------145 //--------------------------------------------------------------------------------------------------152 //--------------------------------------------------------------------------------------------------155 //--------------------------------------------------------------------------------------------------160 //--------------------------------------------------------------------------------------------------163 //--------------------------------------------------------------------------------------------------170 //--------------------------------------------------------------------------------------------------173 //--------------------------------------------------------------------------------------------------177 //--------------------------------------------------------------------------------------------------180 //--------------------------------------------------------------------------------------------------187 //--------------------------------------------------------------------------------------------------190 //--------------------------------------------------------------------------------------------------194 //--------------------------------------------------------------------------------------------------197 //--------------------------------------------------------------------------------------------------201 //--------------------------------------------------------------------------------------------------204 //--------------------------------------------------------------------------------------------------208 //--------------------------------------------------------------------------------------------------211 //--------------------------------------------------------------------------------------------------215 //--------------------------------------------------------------------------------------------------void le_atDefs_DisconnectService(void)le_result_t le_atDefs_TryConnectService(void)void le_atDefs_ConnectService(void)void(* le_atDefs_DisconnectHandler_t)(void *)Definition: le_atDefs_interface.h:32void le_atDefs_SetServerDisconnectHandler(le_atDefs_DisconnectHandler_t disconnectHandler, void *contextPtr)