Kanzi Connect  3.9.9
Kanzi Connect C++ API
kanzi::connect::ClientConnector::ExternalControlCallback Class Referenceabstract

Callback interface thta can be used to stop a synchronous loop. More...

#include <clientconnector.hpp>

Public Member Functions

virtual int requestToStop ()=0
 Invoked on every cycle and allows external entity to break the loop. More...
 
virtual ~ExternalControlCallback ()
 Destructor. More...
 

Detailed Description

Callback interface thta can be used to stop a synchronous loop.

Constructor & Destructor Documentation

◆ ~ExternalControlCallback()

virtual kanzi::connect::ClientConnector::ExternalControlCallback::~ExternalControlCallback ( )
inlinevirtual

Destructor.

Member Function Documentation

◆ requestToStop()

virtual int kanzi::connect::ClientConnector::ExternalControlCallback::requestToStop ( )
pure virtual

Invoked on every cycle and allows external entity to break the loop.

Returns
if != 0 is returned then the loop gets broken.

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