1.2.3.1.25 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

ParametersDescription
hTCPThe socket to check.

Returns

Number of bytes pending to be flushed in the TCP TX FIFO.

Remarks

None.