otHistoryTrackerRouterInfo
#include <history_tracker.h>
Represents a router table entry event.
Summary
Public attributes |
|
---|---|
mEvent
|
uint8_t
Router entry event (
OT_HISTORY_TRACKER_ROUTER_EVENT_* enumeration). |
mNextHop
|
uint8_t
Next Hop Router ID -
OT_HISTORY_TRACKER_NO_NEXT_HOP if no next hop. |
mOldPathCost
|
uint8_t
Old path cost -
OT_HISTORY_TRACKER_INFINITE_PATH_COST if infinite or unknown. |
mPathCost
|
uint8_t
New path cost -
OT_HISTORY_TRACKER_INFINITE_PATH_COST if infinite or unknown. |
mRouterId
|
uint8_t
Router ID.
|
Public attributes
mEvent
uint8_t otHistoryTrackerRouterInfo::mEvent
Router entry event (OT_HISTORY_TRACKER_ROUTER_EVENT_*
enumeration).
mNextHop
uint8_t otHistoryTrackerRouterInfo::mNextHop
Next Hop Router ID - OT_HISTORY_TRACKER_NO_NEXT_HOP
if no next hop.
mOldPathCost
uint8_t otHistoryTrackerRouterInfo::mOldPathCost
Old path cost - OT_HISTORY_TRACKER_INFINITE_PATH_COST
if infinite or unknown.
mPathCost
uint8_t otHistoryTrackerRouterInfo::mPathCost
New path cost - OT_HISTORY_TRACKER_INFINITE_PATH_COST
if infinite or unknown.
mRouterId
uint8_t otHistoryTrackerRouterInfo::mRouterId
Router ID.
Resources
OpenThread API Reference topics originate from the source code, available on GitHub. For more information, or to contribute to our documentation, refer to Resources.