[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
IPaddress *SDLNet_UDP_GetPeerAddress(UDPsocket sock, int channel)
Get the primary address assigned to this channel. Only the first bound address is returned.
When channel is -1, get the port that this socket is bound to on the local computer, this only means something if you opened the socket with a specific port number.
Do not free the returned IPaddress pointer.
Returns: a pointer to an IPaddress. NULL is returned for unbound channels and on any errors.
|
See Also:
3.4.3 SDLNet_UDP_Bind,
3.4.4 SDLNet_UDP_Unbind,
4.1 IPaddress,
4.3 UDPsocket