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 --- ...___n_o_d_e___d_i_s_c_o_v_e_r_y___t_y_p_e_s.html | 150 +++++++++++++++++++++ 1 file changed, 150 insertions(+) create mode 100644 ucs2-lib/doc/html/group___g___u_c_s___n_o_d_e___d_i_s_c_o_v_e_r_y___t_y_p_e_s.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___t_y_p_e_s.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___t_y_p_e_s.html b/ucs2-lib/doc/html/group___g___u_c_s___n_o_d_e___d_i_s_c_o_v_e_r_y___t_y_p_e_s.html new file mode 100644 index 0000000..81455ff --- /dev/null +++ b/ucs2-lib/doc/html/group___g___u_c_s___n_o_d_e___d_i_s_c_o_v_e_r_y___t_y_p_e_s.html @@ -0,0 +1,150 @@ + + + + + +UNICENS: Referred Types + + + + + + + + + + + + + + + +
+
+
+ + + + + + + +
Logo +
UNICENS V2.1.0-3491
+
User Manual and API Reference
+ +
+
+ + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
Referred Types
+
+
+ +

Referred Types used by Node Discovery Service. +More...

+ + + + + + + + +

+Enumerations

enum  Ucs_Nd_ResCode_t {
+  UCS_ND_RES_WELCOME_SUCCESS = 0x01U, +
+  UCS_ND_RES_UNKNOWN = 0x02U, +
+  UCS_ND_RES_MULTI = 0x03U, +
+  UCS_ND_RES_STOPPED = 0x04U, +
+  UCS_ND_RES_NETOFF = 0x05U, +
+  UCS_ND_RES_ERROR = 0x06U +
+ }
 Result values of the Node Discovery service. More...
 
enum  Ucs_Nd_CheckResult_t {
+  UCS_ND_CHK_WELCOME = 0x01U, +
+  UCS_ND_CHK_UNIQUE = 0x02U, +
+  UCS_ND_CHK_UNKNOWN = 0x03U +
+ }
 Result values of the application's evaluation function (type Ucs_Nd_EvalCb_t). More...
 
+

Detailed Description

+

Referred Types used by Node Discovery Service.

+
+
+ + + + + + -- cgit 1.2.3-korg