01.06.2013 Views

IPC@CHIP Documentation - SC12 @CHIP-RTOS V1.10

IPC@CHIP Documentation - SC12 @CHIP-RTOS V1.10

IPC@CHIP Documentation - SC12 @CHIP-RTOS V1.10

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Related Topics<br />

Top of list<br />

Index page<br />

... and the CGI function declared as ...<br />

void far _saveregs _loadds _pascal<br />

CGI_Func(rpCgi far *CgiRequest);<br />

API function CGI_INSTALL - Install a CGI function<br />

rpCgi structure type<br />

define CGI HTTP Request<br />

Comments<br />

#define CgiHttpGet 1 // Cgi request is HTTP GET<br />

#define CgiHttpHead 2 // Cgi request is HTTP HEAD<br />

#define CgiHttpPost 3 // Cgi request is HTTP POST<br />

These defines are used as enumeration names for request methods.<br />

Related Topics<br />

Top of list<br />

Index page<br />

method member of CGI_Entry type<br />

typedef FormItem<br />

Comments<br />

typedef struct tag_form_item<br />

{<br />

char *NamePtr; //Buffer, pointed by NamePtr should have 64 bytes length<br />

char *ValuePtr; //Buffer, pointed by ValuePtr should have 256 bytes length<br />

} FormItem;<br />

Both strings referenced here are null terminated.<br />

Related Topics<br />

Top of list<br />

Index page<br />

API function CGI_GETFORMITEM - Split a formular into name and value<br />

typedef rpCgi<br />

Page 370 / 400

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!