MEISynqNetCableStatus
Definition
|
typedef enum MEISynqNetCableStatus {
MEISynqNetCableStatusGOOD,
MEISynqNetCableStatusBAD_UPSTREAM,
MEISynqNetCableStatusBAD_DOWNSTREAM,
MEISynqNetCableStatusBAD,
} MEISynqNetCableStatus;
|
Description
MEISynqNetCableStatus 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.
|
MEISynqNetCableStatusGOOD |
Network communication across the cable is working properly in both directions. |
MEISynqNetCableStatusBAD_UPSTREAM |
Network communication across the cable failed in the upstream direction (from node to controller). |
MEISynqNetCableStatusBAD_DOWNSTREAM |
Network communication across the cable failed in the downstream direction (from the controller to the node). |
MEISynqNetCableStatusBAD |
Network communication across the cable failed in both directions. |
|
See Also
meiSynqNetIdleCableStatus | meiSynqNetIdleCableListGet
|