ESP-IDF
ot::StringWriter::GetLength() 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::StringWriter::GetLength() const
ot::StringWriter::GetLength() const method
Gets the length of the wanted string. Similar to `strlen()` the length does not include the null character at the end of the string.
Syntax
Show:
Summary
Declaration
from
string.hpp:419
uint16_t
GetLength
(
void
)
const
;
Return value
The string length.
Examples
References
from
examples
Code
Location
uint16_t
GetLength
(
void
)
const
{
return
mLength
;
}
string.hpp:419
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::StringWriter::GetLength() const
reads 1 variable:
ot::StringWriter::mLength
All items filtered out
ot::StringWriter::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