Structure to hold information about a single node.
Data Fields | |
uint8_t | macAddress [ETH_MAC_ADDR_LEN] |
uint16_t | lastSeqNumber |
uint32_t | cntRxSupA |
uint32_t | cntRxSupB |
uint32_t | timeLastSeenA |
uint32_t | timeLastSeenB |
uint8_t | entry_valid |
Lre_NodeType | type |
uint8_t NodeInfo::macAddress[ETH_MAC_ADDR_LEN] |
MAC address of the remote source node (6 octets)
uint16_t NodeInfo::lastSeqNumber |
Sequence number of last supervision frame in Host byte order
uint32_t NodeInfo::cntRxSupA |
Number of frames received from that node over LAN_A
uint32_t NodeInfo::cntRxSupB |
Number of frames received from that node over LAN_B
uint32_t NodeInfo::timeLastSeenA |
Time at which the latest frame was received from that node over LAN_A
uint32_t NodeInfo::timeLastSeenB |
Time at which the latest frame was received from that node over LAN_B
uint8_t NodeInfo::entry_valid |
Is this slot in the bucket used? LRE_NODESTABLE_ENTRY_VALID or LRE_NODESTABLE_ENTRY_VALID
Lre_NodeType NodeInfo::type |
Type of the remote node