TCPIP_UDP_SocketsNumberGet Function
C
int TCPIP_UDP_SocketsNumberGet();
Returns
The number of UDP sockets
Description
This function returns the number of created UDP sockets. This is the maximum number of sockets that can be opened at any moment as it's been passed as parameter when UDP module was created.
Preconditions
UDP module properly initialized