Namespaces | |
| namespace | MipBaselib |
Classes | |
| class | SocketTCP |
| generic TCP-IP communication class, parent of all other TCP-IP communication classes More... | |
| class | ServerTCP |
| TCP-IP server. More... | |
| class | ClientTCP |
| TCP-IP client. More... | |
| class | TCPClient |
| class | SocketUDP |
| generic UDP-IP communication class, parent of all other UDP-IP communication classes More... | |
| class | ParamsToWrapper |
| class | Wrapper |
| server UDP that listens on a port waiting for messages and resend messages to other server UDP More... | |
| class | ListenerUDP |
| server UDP that listens on a port waiting for messages More... | |
| class | SenderUDP |
| client UDP that sends packets to a specific address and on a specific port More... | |
| class | BroadcasterUDP |
| client UDP that sends packets to a subnetwork (address x.y.z.255) and on a specific port More... | |
| class | MipBaselib::UDPSharedListener |
| Singleton class for connectionless communication. More... | |
Defines | |
| #define | MAX_CODA 5 |
| #define | TCP_MSG_SIZE 15 |
| #define | UDP_MSG_SIZE 40000 |
Typedefs | |
| typedef unsigned char | BYTE |
| #define MAX_CODA 5 |
| #define TCP_MSG_SIZE 15 |
| #define UDP_MSG_SIZE 40000 |
| typedef unsigned char BYTE |
1.5.6