Difference between revisions of "Component: Webserver (W5500) (Comms: Networking)"
From Flowcode Help
Jump to navigationJump to search| Line 16: | Line 16: | ||
==Detailed description== | ==Detailed description== | ||
| + | |||
| + | |||
| Line 26: | Line 28: | ||
==Examples== | ==Examples== | ||
| + | |||
| + | |||
Revision as of 13:32, 17 November 2021
| Author | Matrix Ltd. |
| Version | 1.0 |
| Category | Comms: Networking |
Contents
Webserver component
Webserver component designed to work with the W5500 module from Wiznet, as use by the ETH WIZ Click Module. Provides a very simple interface to allow webpages to be hosted from hardware or simulation.
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Downloadable macro reference
| WM_TXMEM | |
| ch | |
| Return | |
| SetOutValue | |
| Set the value of an outbound substitution string | |
| index | |
| value | |
| Return | |
| Send_Embedded_HTML_Page4 | |
| Return | |
| Send_Embedded_HTML_Page3 | |
| Return | |
| Send_Embedded_HTML_Page2 | |
| Return | |
| Send_Embedded_HTML_Page1 | |
| Return | |
| GetInValue | |
| Returns the string value of a Request parameter | |
| index | |
| Return | |
| CreateServerSocket | |
| Creates a listening socket on the selected channel and port ready to accept incoming web page requests. | |
| Channel | |
| Port | |
| Return | |
| IncRxPtr | |
| Channel | |
| Return | |
| CheckSocketActivity | |
| Checks for activity on the server socket and serves out the webpages to any requesting parties. | |
| Return | |