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

Transmission result of an application message.

-
Enumerator:
- - - - - - -
UCS_AMSTX_RES_SUCCESS  -

The transmission succeeded.

-
UCS_AMSTX_RES_ERR_RETRIES_EXP  -

The transmission including all retries have failed.

-

The following issues may have caused the failure:

-
    -
  • message corruption
  • -
  • transmission timeouts
  • -
  • full receive buffers of the destination device
  • -
  • full receive buffers of the local device if the destination was the own address, own group or broadcast address
  • -
-
UCS_AMSTX_RES_ERR_INVALID_TGT  -

The transmission failed because the specified destination address is not found or not valid.

-

The following issues may have caused the failure:

-
    -
  • device with the given destination address is not found
  • -
  • destination address is reserved (for future use)
  • -
  • destination address is 0xFFFF (un-initialized logical node address is not supported)
  • -
-
UCS_AMSTX_RES_ERR_NOT_AVAILABLE  -

The transmission failed since the network or the INIC is not available.

-
UCS_AMSTX_RES_ERR_BUF_INTERNAL  -

The transmission failed because the allocation of an Rx message object failed. The Rx message object is required to receive the message via the own Rx message queue.

-

This is possible in the following cases:

-
    -
  • A message is transmitted to the own node address and the allocation of an Rx message object failed.
  • -
  • The network transmission to the own group address or broadcast address succeeded but the allocation of an Rx message object failed. The application has to decide whether to retransmit the message to the own address again.
  • -
-
UCS_AMSTX_RES_ERR_UNEXPECTED  -

The transmission failed due to an unexpected error. The cause of this failure may be an invalid INIC configuration, or an INIC to UNICENS incompatibility issue.

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