1.2.1.12.34 TCPIP_HTTP_CurrentConnectionUploadBufferStartSet Function

C

void TCPIP_HTTP_CurrentConnectionUploadBufferStartSet(
    HTTP_CONN_HANDLE connHandle, 
    uint8_t* uploadBufferStart
);

Description

This function will set the start address of current connection upload buffer.

Preconditions

None.

Parameters

ParametersDescription
connHandleHTTP connection handle.
uplaodBufferStartStart upload buffer.

Returns

None.

Remarks

None.