SysSockInetNtoaΒΆ

This function of type BOOL calls the function inet_ntoa (Win32) resp.inet_ntoa_b (VxWorks), which converts an Internet network address in a string in Internet standard format..

In case of successful operation the function will return TRUE, otherwise FALSE.

Variable Data type Description
pInAddr INADDR

Pointer to structure INADDR, which contains the Internet address, see below

(corresponding parameter e.g. in Win32: in)

stIPAddr STRING IP address
diIPAddrSize DINT Size of the IP address

Structure INADDR:

S_addr : DWORD; (* Internet-Adresse als DWORD *)