MPISynqNetCableStatus

Definition

typedef enum MPISynqNetCableStatus {
  MPISynqNetCableStatusINVALID = -1,

  MPISynqNetCableStatusGOOD,
  MPISynqNetCableStatusBAD_UPSTREAM,
  MPISynqNetCableStatusBAD_DOWNSTREAM,
  MPISynqNetCableStatusBAD,

  MPISynqNetCableStatusLAST,
  MPISynqNetCableStatusFIRST = MPISynqNetCableStatusINVALID + 1
} MPISynqNetCableStatus;

Description

MPISynqNetCableStatus is an enumeration of a network connection's operating condition. Data transmission is verified in both directions. If the network hardware does not support separate upstream and downstream data path verification, it will report either GOOD or BAD.

MPISynqNetCableStatusGOOD Network communication across the cable is working properly in both directions.
MPISynqNetCableStatusBAD_UPSTREAM Network communication across the cable failed in the upstream direction (from node to controller).
MPISynqNetCableStatusBAD_DOWNSTREAM Network communication across the cable failed in the downstream direction (from the controller to the node).
MPISynqNetCableStatusBAD Network communication across the cable failed in both directions.

See Also

mpiSynqNetIdleCableStatus | mpiSynqNetIdleCableListGet