X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=ucs2-lib%2Fdoc%2Fhtml%2Fgroup___g___u_c_s___a_m_s___t_y_p_e_s_ga36b630c866dc0c03134f60e98be39f0b.html;fp=ucs2-lib%2Fdoc%2Fhtml%2Fgroup___g___u_c_s___a_m_s___t_y_p_e_s_ga36b630c866dc0c03134f60e98be39f0b.html;h=0000000000000000000000000000000000000000;hb=ec59d20bafb3acaaff2bbcab185a074825319e20;hp=e2be2bfee4137744ed20a33a8374b5216f3facfb;hpb=a57c0b35c05c84f31ec09d3ac46b298555aa0cfb;p=apps%2Fagl-service-unicens.git 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.

-
-
-
- -
-
-
-
- - - - - -