The Micro C++ Library
include/micxx/net/Socket.hxx File Reference

Declaration of class micxx::Socket. More...

Classes

class  micxx::Socket
 A Socket class could be bound to a SocketAddress and provides the interface to generic BSD socket API compliant Socket properties. More...

Namespaces

namespace  micxx
 

The Micro C++ Library.


Defines

#define SOCKET_ERROR   -1
#define INVALID_SOCKET   -1

Typedefs

typedef int socket_t

Detailed Description

Declaration of class micxx::Socket.


Define Documentation

#define INVALID_SOCKET   -1
#define SOCKET_ERROR   -1

Typedef Documentation

typedef int socket_t