ESP-IDF
ot::Utils::VerhoeffChecksum::kMaxStringLength
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::Utils::VerhoeffChecksum::kMaxStringLength
ot::Utils::VerhoeffChecksum::kMaxStringLength variable
Specifies the maximum length of decimal string input.
Syntax
Show:
Summary
Declaration
from
verhoeff_checksum.hpp:54
static
constexpr
uint16_t
kMaxStringLength
=
OT_VERHOEFF_CHECKSUM_MAX_STRING_LENGTH
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
uint16_t
kMaxStringLength
=
OT_VERHOEFF_CHECKSUM_MAX_STRING_LENGTH
;
verhoeff_checksum.hpp:54
uint16_t
length
=
StringLength
(
aDecimalString
,
kMaxStringLength
+
1
)
;
verhoeff_checksum.cpp:122
ot::Utils::VerhoeffChecksum
ot::Utils::VerhoeffChecksum::ComputeCode()
VerifyOrExit
(
length
<=
kMaxStringLength
,
error
=
kErrorInvalidArgs
)
;
verhoeff_checksum.cpp:124
ot::Utils::VerhoeffChecksum
ot::Utils::VerhoeffChecksum::ComputeCode()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Utils::VerhoeffChecksum::kMaxStringLength
is read by 1 function:
All items filtered out
ot::Utils::VerhoeffChecksum::kMaxStringLength
ot::Utils::VerhoeffChecksum::ComputeCode()
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