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. |