📄 ebfrm.html
字号:
<html>
<head>
<!-- E:/eybuild/doc/export//ebfrm.html - generated by refgen from ebfrm.c -->
<title> ebfrm </title>
</head>
<body bgcolor="#FFFFFF"> <hr>
<a name="top"></a>
<p align=right>
<a href="libIndex.htm"><i>eyBuildLib API Reference : eyBuildLib</i></a></p>
</blockquote><h1>ebfrm</h1> <blockquote></a></blockquote><h4>NAME</h4><blockquote>
<p><strong>ebfrm</strong> - eybuild frame module </p>
</blockquote><h4>ROUTINES</h4><blockquote><p>
<p>
<b><a href="./ebfrm.html#ebSetDebug">ebSetDebug</a>( )</b> - set debug environment<br>
<b><a href="./ebfrm.html#eyBuildExec">eyBuildExec</a>( )</b> - send ROM page or excute csp page<br>
<p>
</blockquote><h4>DESCRIPTION</h4><blockquote><p>
This is the top module of eybuild lib. This module provided public routine
and called by sub modules.
<p>
</blockquote><h4>SEE ALSO</h4><blockquote><p>
<p>
<b>ebio.h</b>, <b>ebrequest.h</b>, <b>ebrespond.h</b>, <b>dopost.h</b>
<hr>
<a name="ebSetDebug"></a>
<p align=right>
<a href="rtnIndex.htm"><i>eyBuildLib : Routines</i></a></p>
</blockquote><h1>ebSetDebug( )</h1> <blockquote></a></blockquote><h4>NAME</h4><blockquote>
<p><strong>ebSetDebug( )</strong> - set debug environment</p>
</blockquote><h4>SYNOPSIS</h4><blockquote><p>
<pre>int ebSetDebug
(
char * p_method, /* request method, GET/POST */
char * p_query /* query string */
)
</pre>
</blockquote><h4>DESCRIPTION</h4><blockquote><p>
this routine is to set debug environment.
method can be <b>GET</b> or <b>POST</b>, query is any not NULL string
<p>
</blockquote><h4>NOTE</h4><blockquote><p>
this routine will be nouse when called by broswer
<p>
</blockquote><h4>RETURN</h4><blockquote><p>
OK/ERROR
</blockquote><h4>SEE ALSO</h4><blockquote><p>
<b><a href="./ebfrm.html#top">ebfrm</a></b>
<hr>
<a name="eyBuildExec"></a>
<p align=right>
<a href="rtnIndex.htm"><i>eyBuildLib : Routines</i></a></p>
</blockquote><h1>eyBuildExec( )</h1> <blockquote></a></blockquote><h4>NAME</h4><blockquote>
<p><strong>eyBuildExec( )</strong> - send ROM page or excute csp page</p>
</blockquote><h4>SYNOPSIS</h4><blockquote><p>
<pre>int eyBuildExec
(
void * csplist, /* cgi pages table */
void * romlist, /* rom files table */
void * ebenv /* reserved, set to NULL */
)
</pre>
</blockquote><h4>DESCRIPTION</h4><blockquote><p>
this routine is to send ROM page or excute csp page
<p>
</blockquote><h4>RETURNS</h4><blockquote><p>
OK/ERROR
</blockquote><h4>SEE ALSO</h4><blockquote><p>
<b><a href="./ebfrm.html#top">ebfrm</a></b>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -