ESP-IDF
ot::Ip6::Netif::AddressEvent
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/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::Ip6::Netif::AddressEvent
ot::Ip6::Netif::AddressEvent enum
Represent an address event (added or removed) The boolean values are used for `aIsAdded` parameter in the call of `otIp6AddressCallback`.
Syntax
Show:
Summary
Declaration
from
netif.hpp:83
enum
AddressEvent
:
bool
{
kAddressRemoved
=
false
,
kAddressAdded
=
true
,
}
;
Values
Value
Declared as
ot::Ip6::Netif::AddressEvent::kAddressRemoved
=
false
ot::Ip6::Netif::AddressEvent::kAddressAdded
=
true
Examples
References
from
examples
Code
Location
Scope
Referrer
enum
AddressEvent
:
bool
netif.hpp:83
void
Netif
::
SignalMulticastAddressChange
(
AddressEvent
aEvent
,
const
MulticastAddress
&
aAddress
,
AddressOrigin
aOrigin
)
netif.cpp:233
ot::Ip6::Netif::SignalMulticastAddressChange()
ot::Ip6::Netif::SignalMulticastAddressChange()::aEvent
void
Netif
::
SignalMulticastAddressesChange
(
AddressEvent
aEvent
,
netif.cpp:255
ot::Ip6::Netif::SignalMulticastAddressesChange()
ot::Ip6::Netif::SignalMulticastAddressesChange()::aEvent
void
Netif
::
SignalUnicastAddressChange
(
AddressEvent
aEvent
,
const
UnicastAddress
&
aAddress
)
netif.cpp:397
ot::Ip6::Netif::SignalUnicastAddressChange()
ot::Ip6::Netif::SignalUnicastAddressChange()::aEvent
void
SignalUnicastAddressChange
(
AddressEvent
aEvent
,
const
UnicastAddress
&
aAddress
)
;
netif.hpp:625
ot::Ip6::Netif::SignalUnicastAddressChange()
ot::Ip6::Netif::SignalUnicastAddressChange()::aEvent
void
SignalMulticastAddressChange
(
AddressEvent
aEvent
,
const
MulticastAddress
&
aAddress
,
AddressOrigin
aOrigin
)
;
netif.hpp:626
ot::Ip6::Netif::SignalMulticastAddressChange()
ot::Ip6::Netif::SignalMulticastAddressChange()::aEvent
void
SignalMulticastAddressesChange
(
AddressEvent
aEvent
,
netif.hpp:627
ot::Ip6::Netif::SignalMulticastAddressesChange()
ot::Ip6::Netif::SignalMulticastAddressesChange()::aEvent
void
Client
::
HandleUnicastAddressEvent
(
Ip6
::
Netif
::
AddressEvent
aEvent
,
const
Ip6
::
Netif
::
UnicastAddress
&
aAddress
)
srp_client.cpp:643
ot::Srp::Client::HandleUnicastAddressEvent()
ot::Srp::Client::HandleUnicastAddressEvent()::aEvent
void
HandleUnicastAddressEvent
(
Ip6
::
Netif
::
AddressEvent
aEvent
,
const
Ip6
::
Netif
::
UnicastAddress
&
aAddress
)
;
srp_client.hpp:1011
ot::Srp::Client::HandleUnicastAddressEvent()
ot::Srp::Client::HandleUnicastAddressEvent()::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::Ip6::Netif::SignalUnicastAddressChange()::aEvent
ot::Ip6::Netif::SignalUnicastAddressChange()
netif.hpp:625
ot::Ip6::Netif::SignalMulticastAddressChange()::aEvent
ot::Ip6::Netif::SignalMulticastAddressChange()
netif.hpp:626
ot::Ip6::Netif::SignalMulticastAddressesChange()::aEvent
ot::Ip6::Netif::SignalMulticastAddressesChange()
netif.hpp:627
ot::Srp::Client::HandleUnicastAddressEvent()::aEvent
ot::Srp::Client::HandleUnicastAddressEvent()
srp_client.hpp:1011
ot::Ip6::Netif::SignalMulticastAddressChange()::aEvent
ot::Ip6::Netif::SignalMulticastAddressChange()
netif.cpp:233
ot::Ip6::Netif::SignalMulticastAddressesChange()::aEvent
ot::Ip6::Netif::SignalMulticastAddressesChange()
netif.cpp:255
ot::Ip6::Netif::SignalUnicastAddressChange()::aEvent
ot::Ip6::Netif::SignalUnicastAddressChange()
netif.cpp:397
ot::Srp::Client::HandleUnicastAddressEvent()::aEvent
ot::Srp::Client::HandleUnicastAddressEvent()
srp_client.cpp:643
Lifecycle
from
examples
All items filtered out
All items filtered out