1.2.1.13.12 TCPIP_HTTP_NET_ConnectionByteCountSet Function

C

void TCPIP_HTTP_NET_ConnectionByteCountSet(
    TCPIP_HTTP_NET_CONN_HANDLE connHandle, 
    uint32_t byteCount
);

Description

This function sets the current value of the counter showing the number of bytes available to be read from the connection.

Preconditions

None.

Parameters

ParametersDescription
connHandleHTTP connection handle.
byteCountByte count to be set.

Returns

None.

Remarks

None.