|
RF24Ethernet - TCP/IP over RF24Network v1.6.17
TMRh20 - Pushing the practical limits of RF24 modules
|
Go to the source code of this file.
Macros | |
| #define | strncpy_P strncpy |
Functions | |
| void | sendPage (EthernetClient &_client, const char *_pointer, size_t size) |
| void | main_page (EthernetClient &_client) |
| void | credits_page (EthernetClient &_client) |
| void | stats_page (EthernetClient &_client) |
Variables | |
| bool | led_state = 0 |
| void sendPage | ( | EthernetClient & | _client, |
| const char * | _pointer, | ||
| size_t | size ) |
This function reads from a specified program memory buffer, and sends the data to the client in chunks equal to the max output buffer size or less This allows the HTML code to be modified as desired, with no need to change any other code
Definition at line 94 of file HTML.h.
References EthernetClient.
| void main_page | ( | EthernetClient & | _client | ) |
Definition at line 104 of file HTML.h.
References EthernetClient, led_state, OUTPUT_BUFFER_SIZE, and sendPage().
| void credits_page | ( | EthernetClient & | _client | ) |
Definition at line 138 of file HTML.h.
References EthernetClient, and sendPage().
| void stats_page | ( | EthernetClient & | _client | ) |
Definition at line 151 of file HTML.h.
References EthernetClient, OUTPUT_BUFFER_SIZE, and strncpy_P.