MPISqNodeStatusCrcError

Definition

typedef struct MPISqNodeStatusCrcError {
    long    port[MPINetworkPortLAST];
} MPISqNodeStatusCrcError;

Description

MPISqNodeStatusCrcError contains CRC error counters for each network port. The CRC error counters are helpful for diagnosing data integrity problems. The counter increments for any CRC error on any packet received at that port (whether the packet is addressed to the node or not). The CRC error counters are cleared during network initialization.

port An array of CRC error counters. Each network port has one CRC error counter. The valid range is 0 to 255. The value saturates at 255.A value of -1 indicates the controller was unable to read the data from the node due to a failed connection.

See Also

mpiSqNodeStatus | MPINetworkPort