#include <nitroWiFi/soc.h>
char* SOC_InetNtoA ( SOCInAddr
in );
in |
Internet host address. |
Pointer to character string in dot-decimal notation in a statically-allocated buffer.
This function converts IP addresses designated by in
from binary addresses to dot-decimal notation character strings.
Note: : SOC_InetNtoA()
is neither reentrant nor thread-safe. For multi-thread applications, use SOC_InetNtoP()
.
SOC_InetAtoN
, SOC_InetPtoN
, SOC_InetNtoP
, SOCInAddr
09/13/2005 Initial version.