C
WORD UDPIsPutReady( UDP_SOCKET s );
Description
This function determines if bytes can be written to the specified UDP socket. It also prepares the UDP module for writing by setting the indicated socket as the currently active connection.
Preconditions
UDPInit() must have been previously called.
Parameters
Parameters |
Description |
s |
The socket to be made active |
Returns
The number of bytes that can be written to this socket.