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 --- ...__n_e_t_ga83c2e74a4cc216aa10d7c6a1a517d459.html | 181 --------------------- 1 file changed, 181 deletions(-) delete mode 100644 ucs2-lib/doc/html/group___g___u_c_s___n_e_t_ga83c2e74a4cc216aa10d7c6a1a517d459.html (limited to 'ucs2-lib/doc/html/group___g___u_c_s___n_e_t_ga83c2e74a4cc216aa10d7c6a1a517d459.html') diff --git a/ucs2-lib/doc/html/group___g___u_c_s___n_e_t_ga83c2e74a4cc216aa10d7c6a1a517d459.html b/ucs2-lib/doc/html/group___g___u_c_s___n_e_t_ga83c2e74a4cc216aa10d7c6a1a517d459.html deleted file mode 100644 index b1643f5..0000000 --- a/ucs2-lib/doc/html/group___g___u_c_s___n_e_t_ga83c2e74a4cc216aa10d7c6a1a517d459.html +++ /dev/null @@ -1,181 +0,0 @@ - - - - - -UNICENS: Ucs_Network_Startup - - - - - - - - - - - - - - - -
-
-
- - - - - - - -
Logo -
UNICENS V2.1.0-3491
-
User Manual and API Reference
- -
-
- - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Ucs_Return_t Ucs_Network_Startup (Ucs_Inst_tself,
uint16_t packet_bw,
uint16_t forced_na_timeout,
Ucs_StdResultCb_t result_fptr 
)
-
- -

Starts up the MOST Network.

-
Note
There is no predefined timeout for this operation. I.e., the startup process is performed by the INIC until result_fptr is invoked or the application calls Ucs_Network_Shutdown() to abort the startup process.
-
Parameters
- - - - - -
selfThe instance
packet_bwThe desired packet bandwidth. - - -
 PacketBW
-
forced_na_timeoutThe delay time in milliseconds to shutdown the network after the INIC has entered the protected mode. - - -
 AutoForcedNotAvailable
-
result_fptrOptional result callback.
-
-
-
Returns
Possible return values are shown in the table below. - - - - - - - - - - -
Value Description
UCS_RET_SUCCESS No error
UCS_RET_ERR_BUFFER_OVERFLOW No message buffer available
UCS_RET_ERR_API_LOCKED API is currently locked
UCS_RET_ERR_NOT_INITIALIZED UNICENS is not initialized
-
- -
-
-
-
- - - - - - -- cgit 1.2.3-korg