Network Services API  1.11.00.10
Data Fields
HTTPCli_Params Struct Reference

HTTPCli instance paramaters. More...

#include <httpcli.h>

Collaboration diagram for HTTPCli_Params:
Collaboration graph

Data Fields

TLS_Handletls
 
HTTPCli_StatusHandlershandle
 
HTTPCli_ContentHandlerchandle
 
HTTPCli_RedirectCallback rhandle
 
unsigned int stackSize
 
unsigned int priority
 
int timeout
 

Detailed Description

HTTPCli instance paramaters.

Remarks
This doxygen does not document all data fields. See httpcli.h for complete details.

Field Documentation

TLS_Handle* HTTPCli_Params::tls
HTTPCli_StatusHandler* HTTPCli_Params::shandle
HTTPCli_ContentHandler* HTTPCli_Params::chandle
HTTPCli_RedirectCallback HTTPCli_Params::rhandle
unsigned int HTTPCli_Params::stackSize

Async thread stack size. 0 for default

unsigned int HTTPCli_Params::priority

Async thread priority. 0 for default

int HTTPCli_Params::timeout

Timeout value (in seconds) for socket. Set 0 for default value


The documentation for this struct was generated from the following file:
Copyright 2016, Texas Instruments Incorporated