Instrument Neutral Distributed Interface INDI  2.0.2
Classes | Namespaces
connectiontcp.h File Reference
#include "connectioninterface.h"
#include <stdint.h>
#include <cstdlib>
#include <string>

Go to the source code of this file.

Classes

class  Connection::TCP
 The TCP class manages connection with devices over the network via TCP/IP. Upon successfull connection, reads & writes from and to the device are performed via the returned file descriptor using standard UNIX read/write functions. More...
 

Namespaces

 Connection
 Combines all INDI Connection Plugins. Each INDI connection plugin is responsible of managing communications with a specific physical or logical medium (e.g. serial or ethernet).