TCPIP_TCP_FifoTxFullGet Function
C
uint16_t TCPIP_TCP_FifoTxFullGet(
TCP_SOCKET hTCP
);
Description
This function 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.
Remarks
None.