Stripped down version of Segundos NetService library (http://mbed.org/users/segundo/libraries/NetServices ). I have removed all NetServices, and all functions which had been disabled. Use this version when you need only pure TCP or UDP functions - this library compiles faster.

Dependencies:   lwip lwip-sys

Dependents:   christmasLights device_server pop3demo device_server_udp ... more

Embed: (wiki syntax)

« Back to documentation index

Data Structures

Data Structures

Here are the data structures with brief descriptions:
DNSRequestThis is a simple DNS Request class
EthernetNetIfEthernet network interface
HostHost information container
IpAddrIP Address container
NetServiceNet Service base class
TCPSocketThis is a simple TCP Socket class
UDPSocketThis is a simple UDP Socket class