Get the addresses of network interfaces on this system.
int SDLNet_GetLocalAddresses(IPaddress *addresses, int maxcount);
addresses |
where to store the returned information. |
maxcount |
the number of results that can be stored at |
Returns the number of addresses saved in addresses
This function is available since SDL_net 2.0.0.