TI-RTOS Network Services  2.14.04.31
Data Fields
HTTPCli_Params Struct Reference

HTTPCli instance paramaters. More...

#include <httpcli.h>

Collaboration diagram for HTTPCli_Params:
Collaboration graph
[legend]

Data Fields

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

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 2015, Texas Instruments Incorporated