ESP-IDF
ot::Ip6::Udp::IsBackboneSocket() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Ip6::Udp::IsBackboneSocket() const
ot::Ip6::Udp::IsBackboneSocket() const method
Syntax
Show:
Summary
Declaration
Definition
from
udp6.hpp:649
bool
IsBackboneSocket
(
const
SocketHandle
&
aSocket
)
const
;
Implemented in
udp6.cpp:258
Arguments
Argument
aSocket
Related Functions
Found 9 other functions taking a
SocketHandle
argument:
Function
Description
ot::Ip6::Udp::Bind()
Binds a UDP socket.
ot::Ip6::Udp::RemoveSocket()
ot::Ip6::Udp::IsOpen() const
Returns if a UDP socket is open.
ot::Ip6::Udp::AddSocket()
ot::Ip6::Udp::SetBackboneSocket()
ot::Ip6::Udp::Open()
Opens a UDP socket.
ot::Ip6::Udp::Connect()
Connects a UDP socket.
ot::Ip6::Udp::Close()
Closes the UDP socket.
ot::Ip6::Udp::SendTo()
Sends a UDP message using a socket.
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
Udp
::
IsBackboneSocket
(
const
SocketHandle
&
aSocket
)
const
udp6.cpp:258
bool
IsBackboneSocket
(
const
SocketHandle
&
aSocket
)
const
;
udp6.hpp:649
||
IsBackboneSocket
(
aSocket
)
udp6.cpp:570
ot::Ip6::Udp
ot::Ip6::Udp::ShouldUsePlatformUdp() const
Call Tree
from
examples
ot::Ip6::Udp::IsBackboneSocket() const
is called by 1 function and calls 1 function:
ot::Ip6::Udp::ShouldUsePlatformUdp() const
All items filtered out
ot::Ip6::Udp::IsBackboneSocket() const
ot::Ip6::Udp::GetBackboneSockets() const
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
Lifecycle
from
examples
All items filtered out
All items filtered out