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 --- ...y_p_e_s_ga667b741121fdfbda2fe19fa23ffc7479.html | 181 --------------------- 1 file changed, 181 deletions(-) delete mode 100644 ucs2-lib/doc/html/group___g___u_c_s___a_m_s___t_y_p_e_s_ga667b741121fdfbda2fe19fa23ffc7479.html (limited to 'ucs2-lib/doc/html/group___g___u_c_s___a_m_s___t_y_p_e_s_ga667b741121fdfbda2fe19fa23ffc7479.html') diff --git a/ucs2-lib/doc/html/group___g___u_c_s___a_m_s___t_y_p_e_s_ga667b741121fdfbda2fe19fa23ffc7479.html b/ucs2-lib/doc/html/group___g___u_c_s___a_m_s___t_y_p_e_s_ga667b741121fdfbda2fe19fa23ffc7479.html deleted file mode 100644 index 5a37875..0000000 --- a/ucs2-lib/doc/html/group___g___u_c_s___a_m_s___t_y_p_e_s_ga667b741121fdfbda2fe19fa23ffc7479.html +++ /dev/null @@ -1,181 +0,0 @@ - - - - - -UNICENS: Ucs_AmsTx_Info_t - - - - - - - - - - - - - - - -
-
-
- - - - - - - -
Logo -
UNICENS V2.1.0-3491
-
User Manual and API Reference
- -
-
- - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
- - - - -
enum Ucs_AmsTx_Info_t
-
- -

Detailed INIC transmission information which might be useful for debugging purposes.

-
Enumerator:
- - - - - - - - - - - - - -
UCS_AMSTX_I_SUCCESS  -

The transmission succeeded.

-

The corresponding transmission result is UCS_AMSTX_RES_SUCCESS.

-
UCS_AMSTX_I_ERR_CFG_NORECEIVER  -

The transmission failed because the MOST network is not accessible for MCM in the current attach state or for ICM in general.

-

The corresponding transmission result is UCS_AMSTX_RES_ERR_UNEXPECTED.

-
UCS_AMSTX_I_ERR_BF  -

The transmission failed because the receivers buffer is full.

-

The corresponding transmission result is UCS_AMSTX_RES_ERR_RETRIES_EXP.

-
UCS_AMSTX_I_ERR_CRC  -

The transmission failed because of a failed CRC.

-

The corresponding transmission result is UCS_AMSTX_RES_ERR_RETRIES_EXP.

-
UCS_AMSTX_I_ERR_ID  -

The transmission failed because of corrupted identifiers.

-

The corresponding transmission result is UCS_AMSTX_RES_ERR_RETRIES_EXP.

-
UCS_AMSTX_I_ERR_ACK  -

The transmission failed because of corrupted PACK or CACK.

-

The corresponding transmission result is UCS_AMSTX_RES_ERR_RETRIES_EXP.

-
UCS_AMSTX_I_ERR_TIMEOUT  -

The transmission failed because of a transmission timeout.

-

The corresponding transmission result is UCS_AMSTX_RES_ERR_RETRIES_EXP.

-
UCS_AMSTX_I_ERR_FATAL_WT  -

The transmission failed because of destination is not available.

-

The corresponding transmission result is UCS_AMSTX_RES_ERR_INVALID_TGT.

-
UCS_AMSTX_I_ERR_FATAL_OA  -

The transmission failed because of the destination is the own node address.

-

The corresponding transmission result is UCS_AMSTX_RES_ERR_INVALID_TGT.

-
UCS_AMSTX_I_ERR_UNAVAIL_TRANS  -

The transmission canceled during the transition from network interface state "available" to "not available".

-

The corresponding transmission result is UCS_AMSTX_RES_ERR_NOT_AVAILABLE.

-
UCS_AMSTX_I_ERR_UNAVAIL_OFF  -

The transmission failed because the network interface state is "not available".

-

The corresponding transmission result is UCS_AMSTX_RES_ERR_NOT_AVAILABLE.

-
UCS_AMSTX_I_ERR_UNKNOWN  -

The transmission failed because of an unknown INIC error code.

-

The corresponding transmission result is UCS_AMSTX_RES_ERR_UNEXPECTED. Please check if the MNS version is compatible with the applied INIC firmware version.

-
UCS_AMSTX_I_ERR_UNSYNCED  -

The transmission failed because the communication between the EHC and the INIC is lost.

-

The reason can be a communication error between the EHC and the INIC or that the application has called Ucs_Stop().
- The corresponding transmission result is UCS_AMSTX_RES_ERR_NOT_AVAILABLE.

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