HTTPPostDDNSConfig Function

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
HTTPPostDDNSConfig Function
C
static HTTP_IO_RESULT HTTPPostDDNSConfig();
Description

This routine will be excuted every time the Dynamic DNS Client configuration form is submitted. The http data is received as a string of the variables seperated by '&' characters in the TCP RX buffer. This data is parsed to read the required configuration values, and those values are populated to the global array (DDNSData) reserved for this purpose. As the data is read, DDNSPointers is also populated so that the dynamic DNS client can execute with the new parameters.

Preconditions

curHTTP is loaded.

Return Values
Return Values 
Description 
HTTP_IO_DONE 
Finished with procedure 
HTTP_IO_NEED_DATA 
More data needed to continue, call again later 
HTTP_IO_WAITING 
Waiting for asynchronous process to complete, call again later 
Microchip TCP/IP Stack 5.42.08 - June 15, 2013
Copyright © 2012 Microchip Technology, Inc.  All rights reserved.