TCPIP_HTTP_NET_ConnectionReadBufferSize Function

C

uint16_t TCPIP_HTTP_NET_ConnectionReadBufferSize(
    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 size of the connection RX buffer.

Remarks

None.