ESP-IDF
ot::FrameBuilder::mMaxLength
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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::mMaxLength
ot::FrameBuilder::mMaxLength field
Syntax
Show:
Summary
Declaration
from
frame_builder.hpp:327
uint16_t
mMaxLength
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint16_t
mMaxLength
;
frame_builder.hpp:327
mMaxLength
=
aMaxLength
;
frame_builder.cpp:52
ot::FrameBuilder
ot::FrameBuilder::Init()
uint16_t
GetMaxLength
(
void
)
const
{
return
mMaxLength
;
}
frame_builder.hpp:81
ot::FrameBuilder
ot::FrameBuilder::GetMaxLength() const
void
SetMaxLength
(
uint16_t
aLength
)
{
mMaxLength
=
aLength
;
}
frame_builder.hpp:91
ot::FrameBuilder
ot::FrameBuilder::SetMaxLength()
uint16_t
GetRemainingLength
(
void
)
const
{
return
mMaxLength
-
mLength
;
}
frame_builder.hpp:98
ot::FrameBuilder
ot::FrameBuilder::GetRemainingLength() const
bool
CanAppend
(
uint16_t
aLength
)
const
{
return
(
static_cast
<
uint32_t
>
(
mLength
)
+
aLength
)
<=
mMaxLength
;
}
frame_builder.hpp:109
ot::FrameBuilder
ot::FrameBuilder::CanAppend() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::FrameBuilder::mMaxLength
is written by 2 functions and is read by 3 functions:
ot::FrameBuilder::SetMaxLength()
ot::FrameBuilder::Init()
All items filtered out
ot::FrameBuilder::mMaxLength
ot::FrameBuilder::GetMaxLength() const
ot::FrameBuilder::GetRemainingLength() const
ot::FrameBuilder::CanAppend() 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