This module handles the web page interface to the UDP to Serial program example. More...
#include <basictypes.h>#include <http.h>#include <iosys.h>#include <stdlib.h>#include <string.h>#include <system.h>#include <httppost.h>#include "webif.h"Functions | |
| void | WebLocalPort (int sock, PCSTR url) |
| void | WebDestPort (int sock, PCSTR url) |
| void | WebDestIp (int sock, PCSTR url) |
| void | CheckNVSettings () |
This module handles the web page interface to the UDP to Serial program example.
| void CheckNVSettings | ( | ) |
Check NV Settings. This function will check the flash memory user parameter storage area for valid stored values. If the values are invalid (VerifyKey), it will assign default values.
| void WebDestIp | ( | int | sock, |
| PCSTR | url | ||
| ) |
Function to display current destination IP address
| void WebDestPort | ( | int | sock, |
| PCSTR | url | ||
| ) |
Function to display destination port number
| void WebLocalPort | ( | int | sock, |
| PCSTR | url | ||
| ) |
Function to display destination port number