ENUt

Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
nut::DatagramSocketInterface for a datagram based protocol
nut::ENETSocketAn ENet based socket
nut::IPv4AddressAn IPv4 address
nut::IPv6AddressAn IPv6 address
nut::MulticastTunnelSocketA socket to be used with the multicast tunnel server
nut::NetworkLayerAddressBase class for network layer addresses
nut::PacketContainer for a pointer to data and a length field
nut::SocketBase class for sockets
nut::SocketWaiterAllows you to wait for data to arrive on one or more sockets
nut::TCPPacketSocketA class which allows you to send and receive packets over a TCP connection
nut::TCPSocketGeneral TCP socket interface
nut::TCPv4SocketA TCP over IPv4 socket
nut::TCPv6SocketA TCP over IPv6 socket
nut::UDPSocketGeneral UDP socket interface
nut::UDPv4SocketAn UDP over IPv4 socket
nut::UDPv6SocketAn UDP over IPv6 socket