ESP-IDF
ot::Ip6::Udp::SocketHandle::IsBound() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
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::SocketHandle::IsBound() const
ot::Ip6::Udp::SocketHandle::IsBound() const method
Indicates whether or not the socket is bound.
Syntax
Show:
Summary
Declaration
from
udp6.hpp:101
bool
IsBound
(
void
)
const
;
Return value
TRUE if the socket is bound (i.e. source port is non-zero). FALSE if the socket is not bound (source port is zero).
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
IsBound
(
void
)
const
{
return
mSockName
.
mPort
!=
0
;
}
udp6.hpp:101
if
(
!
aSocket
.
IsBound
(
)
)
udp6.cpp:217
ot::Ip6::Udp
ot::Ip6::Udp::Bind()
if
(
!
aSocket
.
IsBound
(
)
)
udp6.cpp:281
ot::Ip6::Udp
ot::Ip6::Udp::Connect()
if
(
!
aSocket
.
IsBound
(
)
)
udp6.cpp:344
ot::Ip6::Udp
ot::Ip6::Udp::SendTo()
Call Tree
from
examples
ot::Ip6::Udp::SocketHandle::IsBound() const
is called by 3 functions:
ot::Ip6::Udp::Bind()
ot::Ip6::Udp::Connect()
ot::Ip6::Udp::SendTo()
All items filtered out
ot::Ip6::Udp::SocketHandle::IsBound() const
All items filtered out
Data Use
from
examples
ot::Ip6::Udp::SocketHandle::IsBound() const
reads 2 variables:
otSockAddr::mPort
otUdpSocket::mSockName
All items filtered out
ot::Ip6::Udp::SocketHandle::IsBound() const
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