le_posCtrl_interface.h
Go to the documentation of this file.
39 * If the positioning service is already active when le_posCtrl_Request() is called, it will remain71 //--------------------------------------------------------------------------------------------------74 * Connect the current client thread to the service providing this API. Block until the service is78 * called before any other functions in this API. Normally, ConnectService is automatically called83 //--------------------------------------------------------------------------------------------------89 //--------------------------------------------------------------------------------------------------92 * Try to connect the current client thread to the service providing this API. Return with an error96 * called before any other functions in this API. Normally, ConnectService is automatically called103 * - LE_UNAVAILABLE if the server is not currently offering the service to which the client is bound.104 * - LE_NOT_PERMITTED if the client interface is not bound to any service (doesn't have a binding).107 //--------------------------------------------------------------------------------------------------113 //--------------------------------------------------------------------------------------------------119 * longer a connection to the service, and the functions in this API can't be used. For details, see124 //--------------------------------------------------------------------------------------------------131 //--------------------------------------------------------------------------------------------------135 //--------------------------------------------------------------------------------------------------138 //--------------------------------------------------------------------------------------------------147 //--------------------------------------------------------------------------------------------------153 //--------------------------------------------------------------------------------------------------158 //--------------------------------------------------------------------------------------------------le_result_t le_posCtrl_TryConnectService(void)void le_posCtrl_Release(le_posCtrl_ActivationRef_t ref)void le_posCtrl_DisconnectService(void)void le_posCtrl_ConnectService(void)struct le_posCtrl_Activation * le_posCtrl_ActivationRef_tDefinition: le_posCtrl_interface.h:136le_posCtrl_ActivationRef_t le_posCtrl_Request(void)