Versions Compared

Key

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

...

Function nameDescription
NetASCII_Str_to_IP()Convert a string of an IPv4 or IPv6 address in their respective decimal notation to an IPv4 or IPv6 address.
NetASCII_Str_to_IPv4()Convert a string of an IPv4 address in dotted-decimal notation to an IPv4 address in host-order.
NetASCII_Str_to_IPv6()Convert a string of an IPv6 address in common-decimal notation to an IPv6 address.
NetASCII_IPv4_to_Str()Convert an IPv4 address in host-order into an IPv4 dotted-decimal notation ASCII string.
NetASCII_IPv6_to_Str()Convert an IPv6 address into an IPv6 colon-decimal notation ASCII string. 

IP Address

...

Conversion 

µC/TCP-IP contains functions to perform various string operations on IP addresses. 

...