ESP-IDF
ot::Ip6::Address::GetBytes() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/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::Address::GetBytes() const
ot::Ip6::Address::GetBytes() const method
Gets the IPv6 address as a pointer to a byte array.
Syntax
Show:
Summary
Declaration
from
ip6_address.hpp:564
const
uint8_t
*
GetBytes
(
void
)
const
;
Return value
A pointer to a byte array containing the IPv6 address.
Examples
References
from
examples
Code
Location
Scope
Referrer
const
uint8_t
*
GetBytes
(
void
)
const
{
return
mFields
.
m8
;
}
ip6_address.hpp:564
AddData
(
aSource
.
GetBytes
(
)
,
sizeof
(
Ip6
::
Address
)
)
;
checksum.cpp:107
ot::Checksum
ot::Checksum::Calculate()
AddData
(
aDestination
.
GetBytes
(
)
,
sizeof
(
Ip6
::
Address
)
)
;
checksum.cpp:108
ot::Checksum
ot::Checksum::Calculate()
SetBytes
(
&
aIp6Address
.
GetBytes
(
)
[
12
]
)
;
ip4_types.cpp:74
ot::Ip4::Address
ot::Ip4::Address::ExtractFromIp4MappedIp6Address()
i
=
aIp6Address
.
GetBytes
(
)
[
ip6Index
++
]
;
ip4_types.cpp:117
ot::Ip4::Address
ot::Ip4::Address::ExtractFromIp6Address()
Call Tree
from
examples
ot::Ip6::Address::GetBytes() const
is called by 3 functions:
ot::Checksum::Calculate()
ot::Ip4::Address::ExtractFromIp4MappedIp6Address()
ot::Ip4::Address::ExtractFromIp6Address()
All items filtered out
ot::Ip6::Address::GetBytes() const
All items filtered out
Data Use
from
examples
ot::Ip6::Address::GetBytes() const
reads 2 variables:
otIp6Address::
::m8
otIp6Address::mFields
All items filtered out
ot::Ip6::Address::GetBytes() 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