ESP-IDF
ot::FrameBuilder::GetLength() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/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::FrameBuilder::GetLength() const
ot::FrameBuilder::GetLength() const method
Returns the current length of frame (number of bytes appended so far).
Syntax
Show:
Summary
Declaration
from
frame_builder.hpp:74
uint16_t
GetLength
(
void
)
const
;
Return value
The current frame length.
Examples
References
from
examples
Code
Location
Scope
Referrer
uint16_t
GetLength
(
void
)
const
{
return
mLength
;
}
frame_builder.hpp:74
length
=
mShared
.
mFrameBuilder
.
GetLength
(
)
;
appender.cpp:80
ot::Appender
ot::Appender::GetAppendedLength() const
aData
.
Init
(
mShared
.
mFrameBuilder
.
GetBytes
(
)
,
mShared
.
mFrameBuilder
.
GetLength
(
)
)
;
appender.cpp:89
ot::Appender
ot::Appender::GetAsData() const
hcCtlOffset
=
aFrameBuilder
.
GetLength
(
)
;
lowpan.cpp:251
ot::Lowpan::Lowpan
ot::Lowpan::Lowpan::Compress()
return
aMessage
.
AppendBytes
(
frameBuilder
.
GetBytes
(
)
,
frameBuilder
.
GetLength
(
)
)
;
lowpan.cpp:1190
ot::Lowpan::MeshHeader
ot::Lowpan::MeshHeader::AppendTo() const
aTxFrame
.
mLength
=
builder
.
GetLength
(
)
;
mac_frame.cpp:202
ot::Mac::TxFrame::Info
ot::Mac::TxFrame::Info::PrepareHeadersIn() const
aTxFrame
.
mLength
=
builder
.
GetLength
(
)
;
mac_frame.cpp:246
ot::Mac::TxFrame::Info
ot::Mac::TxFrame::Info::PrepareHeadersIn() const
fragHeaderOffset
=
frameBuilder
.
GetLength
(
)
;
mesh_forwarder.cpp:1011
ot::MeshForwarder
ot::MeshForwarder::PrepareDataFrame()
aFrame
.
SetPayloadLength
(
frameBuilder
.
GetLength
(
)
)
;
mesh_forwarder.cpp:1080
ot::MeshForwarder
ot::MeshForwarder::PrepareDataFrame()
Call Tree
from
examples
ot::FrameBuilder::GetLength() const
is called by 6 functions:
ot::Appender::GetAppendedLength() const
ot::Appender::GetAsData() const
ot::Mac::TxFrame::Info::PrepareHeadersIn() const
ot::Lowpan::Lowpan::Compress()
ot::Lowpan::MeshHeader::AppendTo() const
ot::MeshForwarder::PrepareDataFrame()
All items filtered out
ot::FrameBuilder::GetLength() const
All items filtered out
Data Use
from
examples
ot::FrameBuilder::GetLength() const
reads 1 variable:
ot::FrameBuilder::mLength
All items filtered out
ot::FrameBuilder::GetLength() 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