Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

net_ascii.h/net_ascii.c

Prototype

Code Block

          NET_IP_ADDR_FAMILY NetASCII_Str_to_IP(CPU_CHAR    *p_addr_ip_ascii,
												void        *p_addr,
												CPU_INT08U   addr_max_len,
                                                NET_ERR     *p_err);

Arguments

p_addr_ip_ascii

Pointer to an ASCII string that contains a dotted-decimal IPv4 address or a common-decimal IPv6 address.

...