Instructions

398Libraries
© 2013 Conrad Electronic
5.27.3 WEB_GetFileHash
Ethernet Functions
Syntax
word WEB_GetFileHash(byte request);
Sub WEB_GetFileHash(request As Byte) As Word
Description
Returns the 16-bit CRC hash of the file name. The request parameter must be identical to the value
that has been obtained from WEB_GetRequest().
Parameter
request request parameter
Return Parameter
16 Bit CRC hash of the file name (8.3)
5.27.4 WEB_ReleaseRequest
Ethernet Functions
Syntax
void WEB_ReleaseRequest(byte request);
Sub WEB_ReleaseRequest(request As Byte)
Description
Signals the web server that the passed URL variables were evaluated, and now the web server deliv-
ers the requested web page via TCP/IP. The request parameter must be identical to the value that
has been obtained from WEB_GetRequest().
Parameter
request request parameter
5.27.5 WEB_SetDynVar
Ethernet Functions
Syntax