eyBuildLib API Reference : eyBuildLib

ebfrm

NAME

ebfrm - eybuild frame module

ROUTINES

ebSetDebug( ) - set debug environment
eyBuildExec( ) - send ROM page or excute csp page

DESCRIPTION

This is the top module of eybuild lib. This module provided public routine and called by sub modules.

SEE ALSO

ebio.h, ebrequest.h, ebrespond.h, dopost.h


eyBuildLib : Routines

ebSetDebug( )

NAME

ebSetDebug( ) - set debug environment

SYNOPSIS

int ebSetDebug
    (
    char * p_method,          /* request method, GET/POST */
    char * p_query            /* query string */
    )

DESCRIPTION

this routine is to set debug environment. method can be GET or POST, query is any not NULL string

NOTE

this routine will be nouse when called by broswer

RETURN

OK/ERROR

SEE ALSO

ebfrm


eyBuildLib : Routines

eyBuildExec( )

NAME

eyBuildExec( ) - send ROM page or excute csp page

SYNOPSIS

int eyBuildExec
    (
    void * csplist,           /* cgi pages table */
    void * romlist,           /* rom files table */
    void * ebenv              /* reserved, set to NULL */
    )

DESCRIPTION

this routine is to send ROM page or excute csp page

RETURNS

OK/ERROR

SEE ALSO

ebfrm