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

Result codes of the Extended Resource Manager.

+
Enumerator:
+ + + + + + + + + +
UCS_XRM_RES_SUCCESS_BUILD  +

Build of connection succeeded.

+
UCS_XRM_RES_SUCCESS_DESTROY  +

Destruction of connection succeeded.

+
UCS_XRM_RES_RC_AUTO_DESTROYED  +

Invalid resources have been successfully destroyed.

+
UCS_XRM_RES_ERR_CONFIG  +

Invalid user settings in the XRM configuration file.

+

The number of jobs or resources exceeds the maximum allowed in your XRM configuration file.

+
UCS_XRM_RES_ERR_BUILD  +

Build of connection failed due to a function-specific error found on target device or a transmission error on the MOST network.

+

The result_type section in Ucs_Xrm_ResultDetails_t will provide you with more detailed information concerning the error type.

+
UCS_XRM_RES_ERR_DESTROY  +

Destruction of connection failed due to a function-specific error found on target device or a transmission error on the MOST network.

+

The result_type section in Ucs_Xrm_ResultDetails_t will provide you with more detailed information concerning the error type.

+
UCS_XRM_RES_ERR_INV_LIST  +

Request of invalid resources failed due to a function-specific error found on target device or a transmission error on the MOST network.

+

The result_type section in Ucs_Xrm_ResultDetails_t will provide you with more detailed information concerning the error type.

+
UCS_XRM_RES_ERR_SYNC  +

The remote synchronization of target device failed due to a function-specific error a transmission error on the MOST network.

+

The result_type section in Ucs_Xrm_ResultDetails_t will provide you with more detailed information concerning the error type.

+
UCS_XRM_RES_UNKNOWN  +

Result is unknown.

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