TCPIP_UDP_SocketNetGet Function
C
TCPIP_NET_HANDLE TCPIP_UDP_SocketNetGet(UDP_SOCKET hUDP);
Returns
Handle of the interface that socket currently uses.
Description
This function returns the interface handle of an UDP socket
Preconditions
UDP socket should have been opened with TCPIP_UDP_ServerOpen/TCPIP_UDP_ClientOpen. hUDP - valid socket
Parameters
Parameters | Description |
---|---|
hUDP | The UDP socket |