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 --- ...up___g___u_c_s___b_c___d_i_a_g___t_y_p_e_s.html | 149 +++++++++++++++++++++ 1 file changed, 149 insertions(+) create mode 100644 ucs2-lib/doc/html/group___g___u_c_s___b_c___d_i_a_g___t_y_p_e_s.html (limited to 'ucs2-lib/doc/html/group___g___u_c_s___b_c___d_i_a_g___t_y_p_e_s.html') diff --git a/ucs2-lib/doc/html/group___g___u_c_s___b_c___d_i_a_g___t_y_p_e_s.html b/ucs2-lib/doc/html/group___g___u_c_s___b_c___d_i_a_g___t_y_p_e_s.html new file mode 100644 index 0000000..92d1420 --- /dev/null +++ b/ucs2-lib/doc/html/group___g___u_c_s___b_c___d_i_a_g___t_y_p_e_s.html @@ -0,0 +1,149 @@ + + + + + +UNICENS: Referred Types + + + + + + + + + + + + + + + +
+
+
+ + + + + + + +
Logo +
UNICENS V2.1.0-3491
+
User Manual and API Reference
+ +
+
+ + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
Referred Types
+
+
+ +

Referred Types used by BackChannel Diagnosis. +More...

+ + + + + +

+Macros

#define UCS_BCD_DUMMY_SEGMENT   0xFFU
 No evaluable segment information available for BackChannel Diagnosis.
 
+ + + + +

+Enumerations

enum  Ucs_Bcd_ResCode_t {
+  UCS_BCD_RES_SUCCESS = 0x01U, +
+  UCS_BCD_RES_NO_RING_BREAK = 0x02U, +
+  UCS_BCD_RES_RING_BREAK = 0x03U, +
+  UCS_BCD_RES_TIMEOUT1 = 0x04U, +
+  UCS_BCD_RES_TIMEOUT2 = 0x05U, +
+  UCS_BCD_RES_ERROR = 0x06U, +
+  UCS_BCD_RES_END = 0x07U +
+ }
 Result values of the BackChannel Diagnosis. More...
 
+

Detailed Description

+

Referred Types used by BackChannel Diagnosis.

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