ESP-IDF
otHistoryTrackerNetDataEvent
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otHistoryTrackerNetDataEvent
otHistoryTrackerNetDataEvent enum
Syntax
Show:
Summary
Declaration
from
history_tracker.h:214
enum
{
OT_HISTORY_TRACKER_NET_DATA_ENTRY_ADDED
=
0
,
OT_HISTORY_TRACKER_NET_DATA_ENTRY_REMOVED
=
1
,
}
;
Values
Value
Declared as
otHistoryTrackerNetDataEvent::OT_HISTORY_TRACKER_NET_DATA_ENTRY_ADDED
=
0
otHistoryTrackerNetDataEvent::OT_HISTORY_TRACKER_NET_DATA_ENTRY_REMOVED
=
1
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
history_tracker.h:214
}
otHistoryTrackerNetDataEvent
;
history_tracker.h:218
otHistoryTrackerNetDataEvent
otHistoryTrackerNetDataEvent
mEvent
;
///< Indicates the event (added/removed).
history_tracker.h:226
otHistoryTrackerOnMeshPrefixInfo
otHistoryTrackerOnMeshPrefixInfo::mEvent
otHistoryTrackerNetDataEvent
mEvent
;
///< Indicates the event (added/removed).
history_tracker.h:235
otHistoryTrackerExternalRouteInfo
otHistoryTrackerExternalRouteInfo::mEvent
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Instance
Scope
Location
Project
otHistoryTrackerOnMeshPrefixInfo::mEvent
otHistoryTrackerOnMeshPrefixInfo
history_tracker.h:226
otHistoryTrackerExternalRouteInfo::mEvent
otHistoryTrackerExternalRouteInfo
history_tracker.h:235
Lifecycle
from
examples
All items filtered out
All items filtered out