@CHIP-RTOS C Library - Common Gateway Interface API
CGI_Install
Install a CGI function. int CGI_Install ( CGI_Entry far *cgiptr ); Parameters
cgiptr
- Pointer to a temporary CGI_Entry
type structure.
Return Value
- 0: success
non-zero: Failure, return value contains error code
CGI_NO_FREE_ENTRY or CGI_INVALID_METHOD
Comments
- This API function makes a copy of the information in the
provided CGI_Entry
structure, so your structure
at cgiptr
need not be persistent.
See Also
RTOS API
- This library function invokes a RTOS software interrupt.
Refer to this RTOS API function's
documentation
for more details.
Related Topics
-
- cgistat
command line
Supported since or modified in @CHIP-RTOS version-
SC12 | SC13 | SC11 | SC1x3 | SC2x |
-
V1.00 | V1.00 | V1.00 | V0.90 | V1.00 |
This API List
List of C Libraries
@CHIP-RTOS Main Index
End of document
|