NetBurner 3.5.0
PDF Version
 
webif.cpp File Reference

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 ()
 

Detailed Description

This module handles the web page interface to the UDP to Serial program example.

Function Documentation

◆ CheckNVSettings()

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.

◆ WebDestIp()

void WebDestIp ( int sock,
PCSTR url )

Function to display current destination IP address

◆ WebDestPort()

void WebDestPort ( int sock,
PCSTR url )

Function to display destination port number

◆ WebLocalPort()

void WebLocalPort ( int sock,
PCSTR url )

Function to display destination port number