otNetworkNameFromString() function
Sets an `otNetworkName` instance from a given null terminated C string. @p aNameString must follow UTF-8 encoding and the Network Name length must not be longer than `OT_NETWORK_NAME_MAX_SIZE`.
Arguments
aNetworkName
A pointer to the `otNetworkName` to set.
aNameString
A name C string.
Return value
OT_ERROR_NONE Successfully set @p aNetworkName from @p aNameString. OT_ERROR_INVALID_ARGS @p aNameStrng is invalid (too long or does not follow UTF-8 encoding).