[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
void SDLNet_UDP_Unbind(UDPsocket sock, int channel)
This removes all previously assigned (bound) addresses from a socket channel.
After this you may bind new addresses to the socket channel.
Returns: nothing, this always succeeds.
|
See Also:
3.4.3 SDLNet_UDP_Bind,
3.4.2 SDLNet_UDP_Close,
4.3 UDPsocket