ESP-IDF
ot::Utils::CmdLineParser::ParseHexString()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Utils::CmdLineParser::ParseHexString()
ot::Utils::CmdLineParser::ParseHexString() function
Syntax
Show:
Summary
Declaration
from
parse_cmdline.cpp:233
static
Error
ParseHexString
(
const
char
*
&
aString
,
uint16_t
&
aSize
,
uint8_t
*
aBuffer
,
HexStringParseMode
aMode
)
;
Arguments
Argument
aString
aSize
aBuffer
aMode
Examples
References
from
examples
Code
Location
Referrer
static
Error
ParseHexString
(
const
char
*
&
aString
,
uint16_t
&
aSize
,
uint8_t
*
aBuffer
,
HexStringParseMode
aMode
)
parse_cmdline.cpp:233
return
ParseHexString
(
aString
,
aSize
,
aBuffer
,
kModeExactSize
)
;
parse_cmdline.cpp:302
ot::Utils::CmdLineParser::ParseAsHexString()
return
ParseHexString
(
aString
,
aSize
,
aBuffer
,
kModeUpToSize
)
;
parse_cmdline.cpp:307
ot::Utils::CmdLineParser::ParseAsHexString()
return
ParseHexString
(
aString
,
aSize
,
aBuffer
,
kModeAllowPartial
)
;
parse_cmdline.cpp:312
ot::Utils::CmdLineParser::ParseAsHexStringSegment()
Call Tree
from
examples
ot::Utils::CmdLineParser::ParseHexString()
is called by 2 functions and calls 1 function:
ot::Utils::CmdLineParser::ParseAsHexString()
ot::Utils::CmdLineParser::ParseAsHexStringSegment()
All items filtered out
ot::Utils::CmdLineParser::ParseHexString()
ot::ParseHexDigit()
All items filtered out
Data Use
from
examples
ot::Utils::CmdLineParser::ParseHexString()
reads 6 variables:
ot::kErrorNone
ot::kErrorInvalidArgs
ot::kErrorPending
ot::Utils::CmdLineParser::HexStringParseMode::kModeExactSize
ot::Utils::CmdLineParser::HexStringParseMode::kModeUpToSize
ot::Utils::CmdLineParser::HexStringParseMode::kModeAllowPartial
All items filtered out
ot::Utils::CmdLineParser::ParseHexString()
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