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 --- ...m_o_d_e_ga15045bde4d6a35f1b1e20eb6e3c688ab.html | 135 --------------------- 1 file changed, 135 deletions(-) delete mode 100644 ucs2-lib/doc/html/group___g___u_c_s___p_r_o_g___m_o_d_e_ga15045bde4d6a35f1b1e20eb6e3c688ab.html (limited to 'ucs2-lib/doc/html/group___g___u_c_s___p_r_o_g___m_o_d_e_ga15045bde4d6a35f1b1e20eb6e3c688ab.html') diff --git a/ucs2-lib/doc/html/group___g___u_c_s___p_r_o_g___m_o_d_e_ga15045bde4d6a35f1b1e20eb6e3c688ab.html b/ucs2-lib/doc/html/group___g___u_c_s___p_r_o_g___m_o_d_e_ga15045bde4d6a35f1b1e20eb6e3c688ab.html deleted file mode 100644 index d491a24..0000000 --- a/ucs2-lib/doc/html/group___g___u_c_s___p_r_o_g___m_o_d_e_ga15045bde4d6a35f1b1e20eb6e3c688ab.html +++ /dev/null @@ -1,135 +0,0 @@ - - - - - -UNICENS: Ucs_Prg_ReportCb_t - - - - - - - - - - - - - - - -
-
-
- - - - - - - -
Logo -
UNICENS V2.1.0-3491
-
User Manual and API Reference
- -
-
- - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
- - - - -
typedef void(* Ucs_Prg_ReportCb_t)(Ucs_Prg_ResCode_t code, Ucs_Prg_Func_t function, uint8_t ret_len, uint8_t parm[], void *user_ptr)
-
- -

Function signature of result callback used by Programming service.

-

The Programming service reports the result of programming a certain device by this callback function.

-
Parameters
- - - - - - -
codeResult values of the Programming service
functionSignature of the node to be programmed.
ret_lenLength of the error parameter field parm. It is 0 if no error occurred.
parmPointer to the parameters of a potential error message.
user_ptrUser reference provided in Ucs_InitData_t::user_ptr
-
-
- -
-
-
-
- - - - - - -- cgit 1.2.3-korg