HTTPSendFile Function

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
HTTPSendFile Function
C
static BOOL HTTPSendFile();
Description

Serves up the next chunk of curHTTP's file, up to a) available TX FIFO space or b) the next callback index, whichever comes first.

Preconditions

curHTTP.file and curHTTP.offsets have both been opened for reading.

Return Values
Return Values 
Description 
TRUE 
the end of the file was reached and reading is done 
FALSE 
more data remains to be read 
Microchip TCP/IP Stack 5.42.08 - June 15, 2013
Copyright © 2012 Microchip Technology, Inc.  All rights reserved.