SendTCP Function

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
SendTCP Function
C
static void SendTCP(
    BYTE vTCPFlags, 
    BYTE vSendFlags
);
Description

This function assembles and transmits a TCP segment, including any pending data. It also supports retransmissions, keep-alives, and other packet types.

Preconditions

TCP is initialized.

Parameters
Parameters 
Description 
vTCPFlags 
Additional TCP flags to include 
vSendFlags 
Any combinations of SENDTCP_* constants to modify the transmit behavior or contents. 
Returns

None

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