1.2.1.13.22 TCPIP_HTTP_NET_ConnectionHasArgsGet Function

C

uint8_t TCPIP_HTTP_NET_ConnectionHasArgsGet(
    TCPIP_HTTP_NET_CONN_HANDLE connHandle
);

Description

The function will get the value of the "cookies or get arguments" that are present.

Preconditions

None.

Parameters

ParametersDescription
connHandleHTTP connection handle.

Returns

  • The current value of the connection hasArgs.

Remarks

None.

Example

uint8_t hasArgs = TCPIP_HTTP_NET_ConnectionHasArgsGet(connHandle);