Mercury API - TCP serial transport implementation for POSIX. More...
#include <sys/socket.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <unistd.h>
#include <string.h>
#include <errno.h>
#include <sys/ioctl.h>
#include <stdlib.h>
#include "tm_reader.h"
Go to the source code of this file.
Mercury API - TCP serial transport implementation for POSIX.
Definition in file serial_transport_tcp_posix.c.