ESP-IDF
ot::Trel::Link::kMtuSize
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::Trel::Link::kMtuSize
ot::Trel::Link::kMtuSize variable
Syntax
Show:
Summary
Declaration
from
trel_link.hpp:76
static
constexpr
uint16_t
kMtuSize
=
1280
-
48
-
sizeof
(
Header
)
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
uint16_t
kMtuSize
=
1280
-
48
-
sizeof
(
Header
)
;
///< MTU size for TREL frame.
trel_link.hpp:76
uint16_t
Frame
::
GetMtu
(
void
)
const
{
return
Trel
::
Link
::
kMtuSize
;
}
mac_frame.cpp:1286
ot::Mac::Frame
ot::Mac::Frame::GetMtu() const
uint8_t
mTxPacketBuffer
[
kMaxHeaderSize
+
kMtuSize
]
;
trel_link.hpp:183
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Trel::Link::kMtuSize
is read by 1 function:
All items filtered out
ot::Trel::Link::kMtuSize
ot::Mac::Frame::GetMtu() 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