ot::ParseHexDigit() function
Parse a given hex digit character ('0'-'9', 'A'-'F', or 'a'-'f') to its numeric value.
Arguments
aHexChar
The hex digit character to parse.
aValue
A reference to return the parsed value on success.
Return value
kErrorNone Successfully parsed the digit, @p aValue is updated. kErrorInvalidArgs @p aHexChar is not a valid hex digit character.
ot::ParseHexDigit() is called by 3 functions and calls 1 function:
![]()
ot::ParseHexDigit()
ot::ParseHexDigit() reads 1 variable:
![]()
ot::ParseHexDigit()