![]() |
WE310F5
39.00.000
|
The structure is used to GET the applicaiton context of the registered URI. More...
#include <m2mb_httpd.h>
Data Fields | |
INT32 | index |
VOID * | uri_ctxt |
The structure is used to GET the applicaiton context of the registered URI.
This structure is used to GET the application context of the registered URI with the help of the URI index.
Definition at line 497 of file m2mb_httpd.h.
INT32 index |
Index of the URI registered with the http server
Definition at line 499 of file m2mb_httpd.h.
VOID* uri_ctxt |
Application context of the URI registered with the http server
Definition at line 500 of file m2mb_httpd.h.