netxduo + 0/2 examples
SourceVu will show references to NX_WEB_HTTP_SERVER from the following samples and libraries:
Examples
STM32469I-Discovery
Applications
USBX
STM32F429ZI-Nucleo
Applications
NetXDuo
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferences

Fields

Field
Declared as
CHAR *
UINT (*)(struct NX_WEB_HTTP_SERVER_STRUCT *server_ptr, UINT request_type, CHAR *resource, CHAR **name, CHAR **password, CHAR **realm)
UINT (*)(struct NX_WEB_HTTP_SERVER_STRUCT *server_ptr, UINT request_type, CHAR *resource, CHAR **name, UINT *name_length, CHAR **password, UINT *password_length, CHAR **realm, UINT *realm_length)
UINT (*)(struct NX_WEB_HTTP_SERVER_STRUCT *server_ptr, UINT request_type, CHAR *resource, NX_PACKET *packet_ptr)
UINT (*)(CHAR *resource, NXD_ADDRESS *client_nxd_address, UINT request_type)
UINT (*)(CHAR *resource, UINT *max_age, NX_WEB_HTTP_SERVER_DATE *last_modified)

References

from examples