|
RF24Ethernet - TCP/IP over RF24Network v2.0.3
TMRh20 - Pushing the practical limits of RF24 modules
|
Macros | |
| #define | IF_RF24ETHERNET_DEBUG_CLIENT(x) |
| #define | IF_ETH_DEBUG_L1(x) |
| #define | IF_ETH_DEBUG_L2(x) |
| #define | IF_RF24ETHERNET_DEBUG_UDP(x) |
| #define | IF_RF24ETHERNET_DEBUG_DNS(x) |
| #define IF_RF24ETHERNET_DEBUG_CLIENT | ( | x | ) |
Uncomment #define RF24ETHERNET_DEBUG_CLIENT to enable main debugging output
Definition at line 42 of file RF24Ethernet_config.h.
Referenced by RF24Server::begin(), RF24Client::connect(), RF24EthernetClass::listen(), and RF24Client::stop().
| #define IF_ETH_DEBUG_L1 | ( | x | ) |
Uncomment #define ETH_DEBUG_L1 for debugging window reopening & retransmissions
Definition at line 51 of file RF24Ethernet_config.h.
Referenced by netif_output().
| #define IF_ETH_DEBUG_L2 | ( | x | ) |
Uncomment #define ETH_DEBUG_L2 for extra client state debugging
Definition at line 60 of file RF24Ethernet_config.h.
Referenced by RF24Client::read().
| #define IF_RF24ETHERNET_DEBUG_UDP | ( | x | ) |
Uncomment #define RF24ETHERNET_DEBUG_UDP for UDP debugging
Definition at line 69 of file RF24Ethernet_config.h.
Referenced by RF24UDP::beginPacket(), RF24UDP::endPacket(), RF24UDP::parsePacket(), RF24UDP::uipudp_appcall, uipudp_appcall(), and RF24UDP::write().
| #define IF_RF24ETHERNET_DEBUG_DNS | ( | x | ) |
Uncomment #define RF24ETHERNET_DEBUG_DNS for DNS debugging
Definition at line 78 of file RF24Ethernet_config.h.
Referenced by DNSClient::getHostByName(), and DNSClient::ProcessResponse().