TCPIP_HTTP_NET_ConnectionCallbackPosSet Function
C
void TCPIP_HTTP_NET_ConnectionCallbackPosSet(
TCPIP_HTTP_NET_CONN_HANDLE connHandle,
uint32_t callbackPos
);
Description
This function will set the current value of the callback position indicator for the HTTP connection identified by connHandle. The callback position indicator is used in the processing of the HTTP dynamic variables. When set to a value != 0, it indicates to the HTTP server that the application has more pending processing that needs to be done.
Preconditions
None.
Parameters
Parameters | Description |
---|---|
connHandle | HTTP connection handle. |
callbackPos | New connection callback position value. |
Returns
None.
Remarks
None.