TCPIP_HTTP_CurrentConnectionUploadBufferCurrSet Function

C

void TCPIP_HTTP_CurrentConnectionUploadBufferCurrSet(
    HTTP_CONN_HANDLE connHandle, 
    uint8_t* uploadBufferCurr
);

Description

This function sets the current address of current connection upload buffer.

Preconditions

None.

Parameters

ParametersDescription
connHandleHTTP connection handle.
uploadBufferCurrCurrent upload buffer.

Returns

None.

Remarks

None.