Open Ethernet Networking (OpEN) API Guide and Reference Manual  3.6.0.3
Enumerations | Functions
openapi_cable_status.h File Reference
#include "openapi_common.h"

Go to the source code of this file.

Enumerations

enum  OPEN_CABLE_STATUS_t {
  OPEN_CABLE_STATUS_UNTESTED = 0, OPEN_CABLE_STATUS_TEST_FAIL = 1, OPEN_CABLE_STATUS_NORMAL = 2, OPEN_CABLE_STATUS_OPEN = 3,
  OPEN_CABLE_STATUS_SHORT = 4, OPEN_CABLE_STATUS_OPENSHORT = 5, OPEN_CABLE_STATUS_CROSSTALK = 6, OPEN_CABLE_STATUS_NOCABLE = 7
}
 

Functions

open_error_t openapiCableStatusGet (openapiClientHandle_t *client_handle, uint32_t ifNum, OPEN_CABLE_STATUS_t *cableStatus, uint32_t *lengthKnown, uint32_t *shortestLength, uint32_t *longestLength, uint32_t *cableFailureLength)
 Test the status of the cable attached to a given interface and report result. More...