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

Standard result structure which provides fields for detailed status and error information. + More...

+ + + + + + + + + + + +

+Data Fields

Ucs_Result_t code
 Result/Error code.
 
uint8_t * info_ptr
 INIC error data.
 
uint8_t info_size
 Size of the INIC error data in bytes.
 
+

Detailed Description

+

Standard result structure which provides fields for detailed status and error information.

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