ESP-IDF
ot::NetworkData::Publisher::Event
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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
ot::NetworkData::Publisher::Event
ot::NetworkData::Publisher::Event enum
Represents the events reported from the Publisher callbacks.
Syntax
Show:
Summary
Declaration
from
network_data_publisher.hpp:79
enum
Event
:
uint8_t
{
kEventEntryAdded
=
OT_NETDATA_PUBLISHER_EVENT_ENTRY_ADDED
,
kEventEntryRemoved
=
OT_NETDATA_PUBLISHER_EVENT_ENTRY_REMOVED
,
}
;
Values
Value
Declared as
ot::NetworkData::Publisher::Event::kEventEntryAdded
=
OT_NETDATA_PUBLISHER_EVENT_ENTRY_ADDED
ot::NetworkData::Publisher::Event::kEventEntryRemoved
=
OT_NETDATA_PUBLISHER_EVENT_ENTRY_REMOVED
Examples
References
from
examples
Code
Location
Scope
Referrer
enum
Event
:
uint8_t
network_data_publisher.hpp:79
void
Publisher
::
NotifyPrefixEntryChange
(
Event
aEvent
,
const
Ip6
::
Prefix
&
aPrefix
)
const
network_data_publisher.cpp:212
ot::NetworkData::Publisher::NotifyPrefixEntryChange() const
ot::NetworkData::Publisher::NotifyPrefixEntryChange() const::aEvent
void
Publisher
::
DnsSrpServiceEntry
::
Notify
(
Event
aEvent
)
const
network_data_publisher.cpp:622
ot::NetworkData::Publisher::DnsSrpServiceEntry::Notify() const
ot::NetworkData::Publisher::DnsSrpServiceEntry::Notify() const::aEvent
void
Notify
(
Event
aEvent
)
const
;
network_data_publisher.hpp:417
ot::NetworkData::Publisher::DnsSrpServiceEntry::Notify() const
ot::NetworkData::Publisher::DnsSrpServiceEntry::Notify() const::aEvent
void
NotifyPrefixEntryChange
(
Event
aEvent
,
const
Ip6
::
Prefix
&
aPrefix
)
const
;
network_data_publisher.hpp:495
ot::NetworkData::Publisher::NotifyPrefixEntryChange() const
ot::NetworkData::Publisher::NotifyPrefixEntryChange() const::aEvent
void
Server
::
HandleNetDataPublisherEvent
(
NetworkData
::
Publisher
::
Event
aEvent
)
srp_server.cpp:758
ot::Srp::Server::HandleNetDataPublisherEvent()
ot::Srp::Server::HandleNetDataPublisherEvent()::aEvent
void
HandleNetDataPublisherEvent
(
NetworkData
::
Publisher
::
Event
aEvent
)
;
srp_server.hpp:919
ot::Srp::Server::HandleNetDataPublisherEvent()
ot::Srp::Server::HandleNetDataPublisherEvent()::aEvent
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
ot::NetworkData::Publisher::DnsSrpServiceEntry::Notify() const::aEvent
ot::NetworkData::Publisher::DnsSrpServiceEntry::Notify() const
network_data_publisher.hpp:417
ot::NetworkData::Publisher::NotifyPrefixEntryChange() const::aEvent
ot::NetworkData::Publisher::NotifyPrefixEntryChange() const
network_data_publisher.hpp:495
ot::Srp::Server::HandleNetDataPublisherEvent()::aEvent
ot::Srp::Server::HandleNetDataPublisherEvent()
srp_server.hpp:919
ot::NetworkData::Publisher::NotifyPrefixEntryChange() const::aEvent
ot::NetworkData::Publisher::NotifyPrefixEntryChange() const
network_data_publisher.cpp:212
ot::NetworkData::Publisher::DnsSrpServiceEntry::Notify() const::aEvent
ot::NetworkData::Publisher::DnsSrpServiceEntry::Notify() const
network_data_publisher.cpp:622
ot::Srp::Server::HandleNetDataPublisherEvent()::aEvent
ot::Srp::Server::HandleNetDataPublisherEvent()
srp_server.cpp:758
Lifecycle
from
examples
All items filtered out
All items filtered out