REDAC HybridController
Firmware for LUCIDAC/REDAC Teensy
Loading...
Searching...
No Matches
native_ethernet_udp.h File Reference
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <sys/ioctl.h>
#include <unistd.h>
#include <Arduino.h>
#include <Udp.h>
#include <IPAddress.h>
#include <stdexcept>
#include <net/ethernet_client_hal.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <fcntl.h>
Include dependency graph for native_ethernet_udp.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  net::NativeEthernetUDP
 

Namespaces

namespace  net
 

Macros

#define SOCKET   int
 
#define INVALID_SOCKET   -1
 
#define SOCKET_ERROR   -1
 
#define closesocket   close
 

Macro Definition Documentation

◆ closesocket

◆ INVALID_SOCKET

◆ SOCKET

#define SOCKET   int

Definition at line 36 of file native_ethernet_udp.h.

◆ SOCKET_ERROR