TCPIP_HTTP_NET_ConnectionDiscard Function
C
uint16_t TCPIP_HTTP_NET_ConnectionDiscard(
TCPIP_HTTP_NET_CONN_HANDLE connHandle
);
Description
This function discards data from the connection RX buffer.
Preconditions
connHandle - a valid HTTP connection.
Parameters
Parameters | Description |
---|---|
connHandle | Connection handle. |
Returns
The number of bytes that have been discarded from the RX buffer.
Remarks
None.