TCPIP_HTTP_CurrentConnectionByteCountDec Function
C
void TCPIP_HTTP_CurrentConnectionByteCountDec(
HTTP_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
Parameters | Description |
---|---|
connHandle | HTTP connection handle. |
byteCount | Byte count reduction. |
Returns
None.
Remarks
None.