C
WORD TCPGetTxFIFOFull( TCP_SOCKET hTCP );
Description
Determines how many bytes are pending in the TCP TX FIFO.
Preconditions
TCP is initialized.
Parameters
Parameters |
Description |
hTCP |
The socket to check. |
Returns
Number of bytes pending to be flushed in the TCP TX FIFO.