RF24Ethernet - TCP/IP over RF24Network v2.0.3
TMRh20 - Pushing the practical limits of RF24 modules
Loading...
Searching...
No Matches
RF24Udp.h File Reference
#include "RF24Ethernet.h"
#include <Udp.h>

Go to the source code of this file.

Classes

struct  UDPState
class  RF24UDP

Macros

#define UIP_UDP_MAXDATALEN   1500
#define UIP_UDP_PHYH_LEN   UIP_LLH_LEN + UIP_IPUDPH_LEN
#define UIP_UDP_MAXPACKETSIZE   UIP_UDP_MAXDATALEN + UIP_UDP_PHYH_LEN

Variables

static UDPStateudpState

Macro Definition Documentation

◆ UIP_UDP_MAXDATALEN

#define UIP_UDP_MAXDATALEN   1500

Definition at line 32 of file RF24Udp.h.

◆ UIP_UDP_PHYH_LEN

#define UIP_UDP_PHYH_LEN   UIP_LLH_LEN + UIP_IPUDPH_LEN

Definition at line 33 of file RF24Udp.h.

◆ UIP_UDP_MAXPACKETSIZE

#define UIP_UDP_MAXPACKETSIZE   UIP_UDP_MAXDATALEN + UIP_UDP_PHYH_LEN

Definition at line 34 of file RF24Udp.h.

Variable Documentation

◆ udpState

UDPState* udpState
static

Definition at line 55 of file RF24Udp.h.