From ec59d20bafb3acaaff2bbcab185a074825319e20 Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Mon, 12 Jun 2017 11:17:04 +0200 Subject: Update package * use sub module for ucs2-lib (tmp fork from IoT.bzh github) * add packaging for native build Signed-off-by: Ronan Le Martret --- ...__s_r_v_gaea8d7735d41853167a2befdc06febe43.html | 183 --------------------- 1 file changed, 183 deletions(-) delete mode 100644 ucs2-lib/doc/html/group___g___u_c_s___i_n_i_t___a_n_d___s_r_v_gaea8d7735d41853167a2befdc06febe43.html (limited to 'ucs2-lib/doc/html/group___g___u_c_s___i_n_i_t___a_n_d___s_r_v_gaea8d7735d41853167a2befdc06febe43.html') diff --git a/ucs2-lib/doc/html/group___g___u_c_s___i_n_i_t___a_n_d___s_r_v_gaea8d7735d41853167a2befdc06febe43.html b/ucs2-lib/doc/html/group___g___u_c_s___i_n_i_t___a_n_d___s_r_v_gaea8d7735d41853167a2befdc06febe43.html deleted file mode 100644 index 7035b47..0000000 --- a/ucs2-lib/doc/html/group___g___u_c_s___i_n_i_t___a_n_d___s_r_v_gaea8d7735d41853167a2befdc06febe43.html +++ /dev/null @@ -1,183 +0,0 @@ - - - - - -UNICENS: Ucs_Init - - - - - - - - - - - - - - - -
-
-
- - - - - - - -
Logo -
UNICENS V2.1.0-3491
-
User Manual and API Reference
- -
-
- - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
Ucs_Return_t Ucs_Init (Ucs_Inst_tself,
const Ucs_InitData_tinit_ptr,
Ucs_InitResultCb_t init_result_fptr 
)
-
- -

UNICENS initialization function.

-

This function must be called by the application for initializing the complete MOST NetServices library.

-
Note
Do not call this function within any of the UNICENS callbacks!
-
Parameters
- - - - -
selfThe instance
init_ptrReference to UNICENS initialization data
init_result_fptrCallback that reports the result of the initialization Possible result values are shown in the table below. - - - - - - - - - - - - - - - - - - -
Result Code Description
UCS_INIT_RES_SUCCESS Initialization succeeded
UCS_INIT_RES_ERR_BUF_OVERFLOW No message buffer available
UCS_INIT_RES_ERR_PMS_INIT PMS cannot establish INIC synchronization within 2 seconds
UCS_INIT_RES_ERR_INIC_VERSION INIC device version check failed
UCS_INIT_RES_ERR_DEV_ATT_CFG Device attach failed due to an configuration error
UCS_INIT_RES_ERR_DEV_ATT_PROC Device attach failed due to a system error
UCS_INIT_RES_ERR_NET_CFG Network configuration failed
UCS_INIT_RES_ERR_TIMEOUT Initialization was not successful within 2 seconds
-
-
-
-
Returns
Possible return values are shown in the table below. - - - - - - -
Value Description
UCS_RET_SUCCESS No error.
UCS_RET_ERR_PARAM Parameter init_ptr or one of its attributes is not set correctly.
-
- -
-
-
-
- - - - - - -- cgit 1.2.3-korg