otIp6PrefixFromString() function
Converts a human-readable IPv6 prefix string into a binary representation. The @p aString parameter should be a string in the format "/", where `` is an IPv6 address and `` is a prefix length.
Arguments
aString
A pointer to a NULL-terminated string.
aPrefix
A pointer to an IPv6 prefix.
Return value
OT_ERROR_NONE Successfully parsed the string as an IPv6 prefix and updated @p aPrefix. OT_ERROR_PARSE Failed to parse @p aString as an IPv6 prefix.