| 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 | 
This file is used for html code in the SLIP_InteractiveServer example
This file is used for html code in the TAP_InteractiveServer example
Definition in file HTML.h.
| void sendPage | ( | EthernetClient & | _client, | 
| const char * | _pointer, | ||
| size_t | size ) | 
| void main_page | ( | EthernetClient & | _client | ) | 
Definition at line 104 of file HTML.h.
References led_state, OUTPUT_BUFFER_SIZE, and sendPage().
| void credits_page | ( | EthernetClient & | _client | ) | 
Definition at line 138 of file HTML.h.
References sendPage().
| void stats_page | ( | EthernetClient & | _client | ) | 
Definition at line 151 of file HTML.h.
References OUTPUT_BUFFER_SIZE, and strncpy_P.