ENUt
Classes | Enumerations

nut Namespace Reference

Namespace. More...

Classes

class  DatagramSocket
 Interface for a datagram based protocol. More...
class  ENETSocket
 An ENet based socket. More...
class  IPv4Address
 An IPv4 address. More...
class  IPv6Address
 An IPv6 address. More...
class  MulticastTunnelSocket
 A socket to be used with the multicast tunnel server. More...
class  NetworkLayerAddress
 Base class for network layer addresses. More...
class  Packet
 Container for a pointer to data and a length field. More...
class  Socket
 Base class for sockets. More...
class  SocketWaiter
 Allows you to wait for data to arrive on one or more sockets. More...
class  TCPPacketSocket
 A class which allows you to send and receive packets over a TCP connection. More...
class  TCPSocket
 General TCP socket interface. More...
class  TCPv4Socket
 A TCP over IPv4 socket. More...
class  TCPv6Socket
 A TCP over IPv6 socket. More...
class  UDPSocket
 General UDP socket interface. More...
class  UDPv4Socket
 An UDP over IPv4 socket. More...
class  UDPv6Socket
 An UDP over IPv6 socket. More...

Enumerations

enum  NetworkLayerProtocol { IPv4, IPv6 }
 

List of supported network layer protocols.

More...

Detailed Description


Enumeration Type Documentation

Enumerator:
IPv4 

Internet Protocol (IP) version 4.

IPv6 

Internet Protocol (IP) version 6.