#include <ICommInterface.h>
◆ ~ICommInterface()
virtual ICommInterface::~ICommInterface |
( |
| ) |
|
|
virtualdefault |
◆ getType()
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.
The documentation for this class was generated from the following file: