TCPIP_HTTP_CurrentConnectionUploadBufferEndSet Function

C

void TCPIP_HTTP_CurrentConnectionUploadBufferEndSet(
    HTTP_CONN_HANDLE connHandle, 
    uint8_t* uploadBufferEnd
);

Description

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

Preconditions

None.

Parameters

ParametersDescription
connHandleHTTP connection handle.
uploadBufferEndEnd upload buffer.

Returns

None.

Remarks

None.