ot::Utils::VerhoeffChecksum::Validate() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferencesCall TreeData Use

Return value

kErrorNone Successfully validated the checksum in @p aDecimalString. kErrorFailed Checksum is not valid. kErrorInvalidArgs The @p aDecimalString is not valid, i.e. it either contains chars other than ['0'-'9'], or is longer than `kMaxStringLength`.