Logo
UNICENS V2.1.0-3491
User Manual and API Reference
Ucs_Xrm_ResultType_t result_type

Specifies the type of the current asynchronous result.

The following briefly describes the different types of results available:

  • UCS_XRM_RESULT_TYPE_INT: internal results, typically standard return codes of MNS used for synchronous response.
    Refer to int_result to get the results.
  • UCS_XRM_RESULT_TYPE_TGT: target results, typically INIC function-specific error from target device.
    Refer to inic_result to get the results.
  • UCS_XRM_RESULT_TYPE_TX: transmission results, typically transmission error on the MOST network.
    Refer to tx_result to get the results.