7 #ifndef EthernetTransceiver_h
8 #define EthernetTransceiver_h
10 #include "Transceiver.h"
12 #include <EthernetUdp.h>
13 #include <IPAddress.h>
50 virtual void sendReply(uint8_t* msg, uint16_t len);
55 byte _thisMACaddress[6];
58 IPAddress _thisIpAddress;
61 unsigned int _thisPort;
64 char _packetBuffer[UDP_TX_PACKET_MAX_SIZE];