TCPIsPutReady Function

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
TCPIsPutReady Function
C
WORD TCPIsPutReady(
    TCP_SOCKET hTCP
);
Description

Call this function to determine how many bytes can be written to the TCP TX buffer. If this function returns zero, the application must return to the main stack loop before continuing in order to transmit more data.

Preconditions

TCP is initialized.

Parameters
Parameters 
Description 
hTCP 
The socket to check. 
Returns

The number of bytes available to be written in the TCP TX buffer.

Microchip TCP/IP Stack 5.42.08 - June 15, 2013
Copyright © 2012 Microchip Technology, Inc.  All rights reserved.