From d2e42029ec04c3f224580f8007cdfbbfe0fc47a6 Mon Sep 17 00:00:00 2001 From: Fulup Ar Foll Date: Fri, 26 May 2017 18:45:56 +0200 Subject: Initial Commit --- ...y_p_e_s_ga60acfdd5b93a99906d751ac2f14623a9.html | 134 +++++++++++++++++++++ 1 file changed, 134 insertions(+) create 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 new file mode 100644 index 0000000..7f64b61 --- /dev/null +++ b/ucs2-lib/doc/html/group___g___u_c_s___a_m_s___t_y_p_e_s_ga60acfdd5b93a99906d751ac2f14623a9.html @@ -0,0 +1,134 @@ + + + + + +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