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

ParametersDescription
connHandleConnection handle.

Returns

The number of bytes that have been discarded from the RX buffer.

Remarks

None.