netxduo
NX_WEB_HTTP_SERVER_MULTIPART
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/7)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
NX_WEB_HTTP_SERVER_MULTIPART
NX_WEB_HTTP_SERVER_MULTIPART struct
Syntax
Show:
Summary
Declaration
from
nx_web_http_server.h:228
typedef
struct
NX_WEB_HTTP_SERVER_MULTIPART_STRUCT
{
UCHAR
nx_web_http_server_multipart_boundary
[
NX_WEB_HTTP_MAX_HEADER_FIELD
+
1
]
;
UINT
nx_web_http_server_multipart_available_offset
;
UINT
nx_web_http_server_multipart_available_length
;
volatile
UINT
nx_web_http_server_multipart_boundary_find
;
NX_PACKET
*
nx_web_http_server_multipart_next_packet
;
UINT
nx_web_http_server_multipart_next_available_offset
;
NX_PACKET
*
nx_web_http_server_multipart_last_packet
;
}
NX_WEB_HTTP_SERVER_MULTIPART
;
Fields
Field
Declared as
NX_WEB_HTTP_SERVER_MULTIPART_STRUCT::nx_web_http_server_multipart_boundary
UCHAR
[
NX_WEB_HTTP_MAX_HEADER_FIELD
+
1
]
NX_WEB_HTTP_SERVER_MULTIPART_STRUCT::nx_web_http_server_multipart_available_offset
UINT
NX_WEB_HTTP_SERVER_MULTIPART_STRUCT::nx_web_http_server_multipart_available_length
UINT
NX_WEB_HTTP_SERVER_MULTIPART_STRUCT::nx_web_http_server_multipart_boundary_find
volatile
UINT
NX_WEB_HTTP_SERVER_MULTIPART_STRUCT::nx_web_http_server_multipart_next_packet
NX_PACKET
*
NX_WEB_HTTP_SERVER_MULTIPART_STRUCT::nx_web_http_server_multipart_next_available_offset
UINT
NX_WEB_HTTP_SERVER_MULTIPART_STRUCT::nx_web_http_server_multipart_last_packet
NX_PACKET
*
Examples
References
from
examples
Code
Location
Referrer
typedef
struct
NX_WEB_HTTP_SERVER_MULTIPART_STRUCT
nx_web_http_server.h:228
}
NX_WEB_HTTP_SERVER_MULTIPART
;
nx_web_http_server.h:252
NX_WEB_HTTP_SERVER_MULTIPART
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out