[][src]Function openthread_sys::otIp6AddressFromString

pub unsafe extern "C" fn otIp6AddressFromString(
    aString: *const c_char,
    aAddress: *mut otIp6Address
) -> otError

Convert a human-readable IPv6 address string into a binary representation.

@param[in] aString A pointer to a NULL-terminated string. @param[out] aAddress A pointer to an IPv6 address.

@retval OT_ERROR_NONE Successfully parsed the string. @retval OT_ERROR_INVALID_ARGS Failed to parse the string.