HiveMind
Public Member Functions | List of all members
ICommInterface Class Referenceabstract

#include <ICommInterface.h>

Inheritance diagram for ICommInterface:
Inheritance graph
Collaboration diagram for ICommInterface:
Collaboration graph

Public Member Functions

virtual ~ICommInterface ()=default
 
virtual bool isConnected () const =0
 Tells if interface is connected and functionning. More...
 
virtual ConnectionType getType () const =0
 Tells the type of the connection interface. More...
 

Constructor & Destructor Documentation

◆ ~ICommInterface()

virtual ICommInterface::~ICommInterface ( )
virtualdefault

Member Function Documentation

◆ getType()

virtual ConnectionType ICommInterface::getType ( ) const
pure virtual

Tells the type of the connection interface.

Returns
the type of connection

Implemented in TCPServer, and TCPClient.

◆ isConnected()

virtual bool ICommInterface::isConnected ( ) const
pure virtual

Tells if interface is connected and functionning.

Returns
true if connected, false otherwise

Implemented in TCPServer, and TCPClient.

Here is the caller graph for this function:

The documentation for this class was generated from the following file: