TCPPut Function

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
TCPPut Function
C
BOOL TCPPut(
    TCP_SOCKET hTCP, 
    BYTE byte
);
Description

Writes a single byte to a TCP socket.

Preconditions

TCP is initialized.

Parameters
Parameters 
Description 
hTCP 
The socket to which data is to be written. 
byte 
The byte to write. 
Return Values
Return Values 
Description 
TRUE 
The byte was written to the transmit buffer. 
FALSE 
The transmit buffer was full, or the socket is not connected. 
Microchip TCP/IP Stack 5.42.08 - June 15, 2013
Copyright © 2012 Microchip Technology, Inc.  All rights reserved.