TCPIP_HTTP_NET_ConnectionByteCountDec Function

C

void TCPIP_HTTP_NET_ConnectionByteCountDec(
    TCPIP_HTTP_NET_CONN_HANDLE connHandle, 
    uint32_t byteCount
);

Description

This function decrements 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 reduction.

Returns

None.

Remarks

None.