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