ESP-IDF
ot::Ip6::Udp::Socket::Open()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Ip6::Udp::Socket::Open()
ot::Ip6::Udp::Socket::Open() method
Opens the UDP socket.
Syntax
Show:
Summary
Declaration
Definition
from
udp6.hpp:189
Error
Open
(
void
)
;
Implemented in
udp6.cpp:88
Return value
kErrorNone Successfully opened the socket. kErrorFailed Failed to open the socket.
Examples
References
from
examples
Code
Location
Error
Udp
::
Socket
::
Open
(
void
)
{
return
Get
<
Udp
>
(
)
.
Open
(
*
this
,
mHandler
,
mContext
)
;
}
udp6.cpp:88
Error
Open
(
void
)
;
udp6.hpp:189
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Ip6::Udp::Socket::Open()
reads 2 variables:
otUdpSocket::mHandler
otUdpSocket::mContext
All items filtered out
ot::Ip6::Udp::Socket::Open()
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