Classes | |
| class | MulticastClient |
| struct | Nic |
| struct | SocketOption |
| class | TcpClient |
Typedefs | |
| typedef unsigned char | Byte |
| typedef std::vector< Byte > | Bytes |
| typedef int | Handle |
| typedef std::vector< SocketOption > | SocketOptions |
| typedef unsigned char Byte |
Type alias for byte.
Definition at line 40 of file Definitions.h.
Sequence of bytes.
Definition at line 43 of file Definitions.h.
| typedef int Handle |
Type alias for socket handle.
Definition at line 50 of file Definitions.h.
| typedef std::vector<SocketOption> SocketOptions |
Storage type of socket options.
Definition at line 67 of file Definitions.h.