EZ800000100STS Zilog, EZ800000100STS Datasheet - Page 101

no-image

EZ800000100STS

Manufacturer Part Number
EZ800000100STS
Description
SOFTWARE TCP/IP SOURCE CODE
Manufacturer
Zilog
Type
Protocol Stackr
Datasheets

Specifications of EZ800000100STS

Tool Type
Programming Software
Core Architecture
Z8
For Use With/related Products
eZ80 Acclaim! MCU
Lead Free Status / RoHS Status
Contains lead / RoHS non-compliant
RM004012-0707
Http_Method Structure
typedef struct http_method
{
} Http_Method;
staticpage Structure
struct staticpage {
/** A pointer to the actual contents of the page. This
/* could be the actual string representing the entire
/* page, or an array of bytes (e.g. the array produced
/* by the mkwebpage program). */
/* The size of the above array, since it is not null
/* terminated. If this is actually a string, it would
/* be equal to strlen(array). **/
};
webpage Structure
struct webpage
{
/* Either a structure defining the static page, or the
/* 'cgi' function which will generate this page. **/
};
UINT8
INT8
void
UINT8 *contents;
INT32
UINT8 type;
INT8 *path;
INT8 *mimetype;
union
{
} content;
const struct staticpage *spage;
INT16 (*cgi)(struct http_request *);
key;
*name;
(*method)(Http_Request *);
size;
Zilog TCP/IP Stack API
Reference Manual
Definitions and Codes
93

Related parts for EZ800000100STS