ESP-IDF
ot::Ip6::Udp::Header::mDestinationPort
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::Header::mDestinationPort
ot::Ip6::Udp::Header::mDestinationPort field
Syntax
Show:
Summary
Declaration
from
udp6.hpp:428
uint16_t
mDestinationPort
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint16_t
mDestinationPort
;
udp6.hpp:428
uint16_t
GetDestinationPort
(
void
)
const
{
return
BigEndian
::
HostSwap16
(
mDestinationPort
)
;
}
udp6.hpp:389
ot::Ip6::Udp::Header
ot::Ip6::Udp::Header::GetDestinationPort() const
void
SetDestinationPort
(
uint16_t
aPort
)
{
mDestinationPort
=
BigEndian
::
HostSwap16
(
aPort
)
;
}
udp6.hpp:396
ot::Ip6::Udp::Header
ot::Ip6::Udp::Header::SetDestinationPort()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Ip6::Udp::Header::mDestinationPort
is written by 1 function and is read by 1 function:
ot::Ip6::Udp::Header::SetDestinationPort()
All items filtered out
ot::Ip6::Udp::Header::mDestinationPort
ot::Ip6::Udp::Header::GetDestinationPort() 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