ESP-IDF
otHistoryTrackerAddressEvent
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otHistoryTrackerAddressEvent
otHistoryTrackerAddressEvent enum
Syntax
Show:
Summary
Declaration
from
history_tracker.h:89
enum
{
OT_HISTORY_TRACKER_ADDRESS_EVENT_ADDED
=
0
,
OT_HISTORY_TRACKER_ADDRESS_EVENT_REMOVED
=
1
,
}
;
Values
Value
Declared as
otHistoryTrackerAddressEvent::OT_HISTORY_TRACKER_ADDRESS_EVENT_ADDED
=
0
otHistoryTrackerAddressEvent::OT_HISTORY_TRACKER_ADDRESS_EVENT_REMOVED
=
1
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
history_tracker.h:89
}
otHistoryTrackerAddressEvent
;
history_tracker.h:93
otHistoryTrackerAddressEvent
otHistoryTrackerAddressEvent
mEvent
;
///< Indicates the event (address is added/removed).
history_tracker.h:103
otHistoryTrackerUnicastAddressInfo
otHistoryTrackerUnicastAddressInfo::mEvent
otHistoryTrackerAddressEvent
mEvent
;
///< Indicates the event (address is added/removed).
history_tracker.h:117
otHistoryTrackerMulticastAddressInfo
otHistoryTrackerMulticastAddressInfo::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
otHistoryTrackerUnicastAddressInfo::mEvent
otHistoryTrackerUnicastAddressInfo
history_tracker.h:103
otHistoryTrackerMulticastAddressInfo::mEvent
otHistoryTrackerMulticastAddressInfo
history_tracker.h:117
Lifecycle
from
examples
All items filtered out
All items filtered out