AM243x INDUSTRIAL COMMUNICATIONS SDK  11.00.00

Detailed Description

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
 

Field Documentation

◆ macAddress

uint8_t NodeInfo::macAddress[ETH_MAC_ADDR_LEN]

MAC address of the remote source node (6 octets)

◆ lastSeqNumber

uint16_t NodeInfo::lastSeqNumber

Sequence number of last supervision frame in Host byte order

◆ cntRxSupA

uint32_t NodeInfo::cntRxSupA

Number of frames received from that node over LAN_A

◆ cntRxSupB

uint32_t NodeInfo::cntRxSupB

Number of frames received from that node over LAN_B

◆ timeLastSeenA

uint32_t NodeInfo::timeLastSeenA

Time at which the latest frame was received from that node over LAN_A

◆ timeLastSeenB

uint32_t NodeInfo::timeLastSeenB

Time at which the latest frame was received from that node over LAN_B

◆ entry_valid

uint8_t NodeInfo::entry_valid

Is this slot in the bucket used? LRE_NODESTABLE_ENTRY_VALID or LRE_NODESTABLE_ENTRY_VALID

◆ type

Lre_NodeType NodeInfo::type

Type of the remote node