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 --- ...v_e_r_y_gab3c981bc09b0e5033e5163b8e5aafca7.html | 134 --------------------- 1 file changed, 134 deletions(-) delete mode 100644 ucs2-lib/doc/html/group___g___u_c_s___n_o_d_e___d_i_s_c_o_v_e_r_y_gab3c981bc09b0e5033e5163b8e5aafca7.html (limited to 'ucs2-lib/doc/html/group___g___u_c_s___n_o_d_e___d_i_s_c_o_v_e_r_y_gab3c981bc09b0e5033e5163b8e5aafca7.html') diff --git a/ucs2-lib/doc/html/group___g___u_c_s___n_o_d_e___d_i_s_c_o_v_e_r_y_gab3c981bc09b0e5033e5163b8e5aafca7.html b/ucs2-lib/doc/html/group___g___u_c_s___n_o_d_e___d_i_s_c_o_v_e_r_y_gab3c981bc09b0e5033e5163b8e5aafca7.html deleted file mode 100644 index d266b98..0000000 --- a/ucs2-lib/doc/html/group___g___u_c_s___n_o_d_e___d_i_s_c_o_v_e_r_y_gab3c981bc09b0e5033e5163b8e5aafca7.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - -UNICENS: Ucs_Nd_ReportCb_t - - - - - - - - - - - - - - - -
-
-
- - - - - - - -
Logo -
UNICENS V2.1.0-3491
-
User Manual and API Reference
- -
-
- - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
- - - - -
typedef void(* Ucs_Nd_ReportCb_t)(Ucs_Nd_ResCode_t code, Ucs_Signature_t *signature, void *user_ptr)
-
- -

Function signature of result callback used by Node Discovery service.

-

The Node Discovery service reports the result of each node and some system events by this callback function.

-
Note
The parameter signature will be NULL, if parameter code is UCS_ND_RES_STOPPED, UCS_ND_RES_NETOFF or UCS_ND_RES_ERROR.
-
Parameters
- - - - -
codeResult code
signatureSignature of the respective node
user_ptrUser reference provided in Ucs_InitData_t::user_ptr
-
-
- -
-
-
-
- - - - - - -- cgit 1.2.3-korg