Source code for this class that does tcp communication. More...
#include <tcp_client/class_tcp.h>#include <sys/socket.h>#include <netinet/in.h>#include <arpa/inet.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <unistd.h>#include <fcntl.h>#include <errno.h>#include <iostream>

Go to the source code of this file.
Source code for this class that does tcp communication.
Definition in file class_tcp.cpp.