le_mdmDefs_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 //--------------------------------------------------------------------------------------------------111 * Cf. ITU-T recommendations E.164/E.163. E.164 numbers can have a maximum of 15 digits except the114 //--------------------------------------------------------------------------------------------------117 //--------------------------------------------------------------------------------------------------119 * Cf. ITU-T recommendations E.164/E.163. E.164 numbers can have a maximum of 15 digits except the123 //--------------------------------------------------------------------------------------------------126 //--------------------------------------------------------------------------------------------------130 //--------------------------------------------------------------------------------------------------void le_mdmDefs_DisconnectService(void)void(* le_mdmDefs_DisconnectHandler_t)(void *)Definition: le_mdmDefs_interface.h:32le_result_t le_mdmDefs_TryConnectService(void)void le_mdmDefs_ConnectService(void)void le_mdmDefs_SetServerDisconnectHandler(le_mdmDefs_DisconnectHandler_t disconnectHandler, void *contextPtr)