HandleServerDataUpdated()
Call this method to inform the notifier that new server data is available. Posts a tasklet to sync new server data with leader so if there are multiple changes within the same flow of execution (multiple calls to this method) they are all synchronized together and included in the same message to the leader.
SetNetDataFullCallback()
Sets the callback to indicate when Network Data gets full.
SignalNetworkDataFull()
Signals that network data (local or leader) is getting full.
IsEligibleForRouterRoleUpgradeAsBorderRouter() const
Indicates whether the device as border router is eligible for router role upgrade request using the status reason `kBorderRouterRequest`. Checks whether device is providing IP connectivity and that there are fewer than two border routers in network data acting as router. Device is considered to provide external IP connectivity if at least one of the below conditions hold: - It has added at least one external route entry. - It has added at least one prefix entry with default-route and on-mesh flags set. - It has added at least one domain prefix (domain and on-mesh flags set). Does not check the current role of device.
SynchronizeServerData()
SendServerDataNotification()
RemoveStaleChildEntries()
UpdateInconsistentData()
HandleNotifierEvents()
HandleTimer()
HandleCoapResponse()
HandleCoapResponse()
HandleNetDataFull()
ScheduleRouterRoleUpgradeIfEligible()
HandleTimeTick()