ESP-IDF
ot::Ip6::Udp::SetBackboneSocket()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/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::SetBackboneSocket()
ot::Ip6::Udp::SetBackboneSocket() method
Syntax
Show:
Summary
Declaration
Definition
from
udp6.hpp:647
void
SetBackboneSocket
(
SocketHandle
&
aSocket
)
;
Implemented in
udp6.cpp:239
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::IsBackboneSocket() const
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
void
Udp
::
SetBackboneSocket
(
SocketHandle
&
aSocket
)
udp6.cpp:239
void
SetBackboneSocket
(
SocketHandle
&
aSocket
)
;
udp6.hpp:647
SetBackboneSocket
(
aSocket
)
;
udp6.cpp:208
ot::Ip6::Udp
ot::Ip6::Udp::Bind()
Call Tree
from
examples
ot::Ip6::Udp::SetBackboneSocket()
is called by 1 function and calls 1 function:
ot::Ip6::Udp::Bind()
All items filtered out
ot::Ip6::Udp::SetBackboneSocket()
ot::Ip6::Udp::RemoveSocket()
All items filtered out
Data Use
from
examples
ot::Ip6::Udp::SetBackboneSocket()
reads 1 variable:
ot::Ip6::Udp::mPrevBackboneSockets
All items filtered out
ot::Ip6::Udp::SetBackboneSocket()
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