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
Parameters | Description |
---|---|
connHandle | HTTP connection handle. |
uploadBufferEnd | End upload buffer. |
Returns
None.
Remarks
None.