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 --- ...y_p_e_s_ga60acfdd5b93a99906d751ac2f14623a9.html | 134 --------------------- 1 file changed, 134 deletions(-) delete mode 100644 ucs2-lib/doc/html/group___g___u_c_s___a_m_s___t_y_p_e_s_ga60acfdd5b93a99906d751ac2f14623a9.html (limited to 'ucs2-lib/doc/html/group___g___u_c_s___a_m_s___t_y_p_e_s_ga60acfdd5b93a99906d751ac2f14623a9.html') diff --git a/ucs2-lib/doc/html/group___g___u_c_s___a_m_s___t_y_p_e_s_ga60acfdd5b93a99906d751ac2f14623a9.html b/ucs2-lib/doc/html/group___g___u_c_s___a_m_s___t_y_p_e_s_ga60acfdd5b93a99906d751ac2f14623a9.html deleted file mode 100644 index 7f64b61..0000000 --- a/ucs2-lib/doc/html/group___g___u_c_s___a_m_s___t_y_p_e_s_ga60acfdd5b93a99906d751ac2f14623a9.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - -UNICENS: Ucs_AmsTx_CompleteCb_t - - - - - - - - - - - - - - - -
-
-
- - - - - - - -
Logo -
UNICENS V2.1.0-3491
-
User Manual and API Reference
- -
-
- - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
- - - - -
typedef void(* Ucs_AmsTx_CompleteCb_t)(Ucs_AmsTx_Msg_t *msg_ptr, Ucs_AmsTx_Result_t result, Ucs_AmsTx_Info_t info, void *user_ptr)
-
- -

Type of a callback function that is invoked as soon as a message transmission was finished.

-

The callback function notifies the result of a completed transmission. If the message has external payload, the application must decide whether to re-use or to free the external payload.

-
Parameters
- - - - - -
msg_ptrReference to the related Tx message object. When the callback function returns the reference is no longer valid.
resultThe transmission result.
infoDetailed INIC transmission result, which might be helpful for debug purposes.
user_ptrUser reference provided in Ucs_InitData_t::user_ptr
-
-
- -
-
-
-
- - - - - - -- cgit 1.2.3-korg