ESP-IDF
ot::FrameBuilder::GetMaxLength() const
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::FrameBuilder::GetMaxLength() const
ot::FrameBuilder::GetMaxLength() const method
Returns the maximum length of the frame.
Syntax
Show:
Summary
Declaration
from
frame_builder.hpp:81
uint16_t
GetMaxLength
(
void
)
const
;
Return value
The maximum frame length (max number of bytes in the frame buffer).
Examples
References
from
examples
Code
Location
Scope
Referrer
uint16_t
GetMaxLength
(
void
)
const
{
return
mMaxLength
;
}
frame_builder.hpp:81
maxFrameLength
=
frameBuilder
.
GetMaxLength
(
)
;
mesh_forwarder.cpp:1012
ot::MeshForwarder
ot::MeshForwarder::PrepareDataFrame()
Call Tree
from
examples
ot::FrameBuilder::GetMaxLength() const
is called by 1 function:
ot::MeshForwarder::PrepareDataFrame()
All items filtered out
ot::FrameBuilder::GetMaxLength() const
All items filtered out
Data Use
from
examples
ot::FrameBuilder::GetMaxLength() const
reads 1 variable:
ot::FrameBuilder::mMaxLength
All items filtered out
ot::FrameBuilder::GetMaxLength() 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