Logo
UNICENS V2.3.0-4567
User Manual and API Reference

FullDuplex Diagnosis. More...

Data Structures

struct  Ucs_Fdx_Segment_t
 This structure holds the segment information of the FullDuplex Diagnosis. More...
 
struct  Ucs_Fdx_Report_t
 This structure holds the results of the FullDuplex Diagnosis. More...
 

Callback Functions

typedef void(* Ucs_Diag_FdxReportCb_t )(Ucs_Fdx_Report_t *result_ptr, void *user_ptr)
 Function signature of result callback used by FullDuplex Diagnosis().
 

Enumerations

enum  Ucs_Fdx_ResCode_t {
  UCS_FDX_TARGET_FOUND = 0x01U,
  UCS_FDX_FINISHED = 0x02U,
  UCS_FDX_CABLE_LINK_RES = 0x03U,
  UCS_FDX_ABORTED = 0x04U,
  UCS_FDX_ERROR = 0x05U
}
 Type of FullDuplex Diagnosis Report. More...
 
enum  Ucs_Fdx_ErrCode_t {
  UCS_FDX_ERR_UNSPECIFIED = 0x01U,
  UCS_FDX_ERR_WELCOME_NO_SUCCESS = 0x02U,
  UCS_FDX_ERR_STOP_DIAG_FAILED = 0x03U,
  UCS_FDX_ERR_PORT_NOT_USED = 0x04U,
  UCS_FDX_ERR_NO_FDX_MODE = 0x05U,
  UCS_FDX_ERR_TERMINATED = 0x06U
}
 Type of FullDuplex Diagnosis Error Codes. More...
 

Detailed Description

FullDuplex Diagnosis.