client-cpp
0.10.0
|
#include <IConnectivityChecker.hpp>
Public Member Functions | |
virtual bool | checkConnectivity ()=0 |
virtual | ~IConnectivityChecker ()=default |
Interface for a platform-dependent checker of a network connectivity.
Definition at line 27 of file IConnectivityChecker.hpp.
|
virtualdefault |
|
pure virtual |
Check whether network connectivity exists.
Implemented in kaa::PingConnectivityChecker.