TCPIP_HTTP_NET_ConnectionCallbackPosGet Function

C

uint32_t TCPIP_HTTP_NET_ConnectionCallbackPosGet(
    TCPIP_HTTP_NET_CONN_HANDLE connHandle
);

Description

This function will return the current value of the clalback position indicator for the HTTP connection identified by connHandle. The callback position indicator is used in the processing of the HTTP dynamic variables.

Preconditions

None.

Parameters

ParametersDescription
connHandleHTTP connection handle.

Returns

  • Callback position indicator for connection defined by connHandle.

Remarks

None.