CPP Device Virtualization API Reference for Oracle Internet of Things Cloud Service Client Software Library. Release 21.1.1.0.0-3. E92477-09
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Pages
iotdcl::SyncCallback Class Referenceabstract

A syncCallback interface for receiving an event when content referred to by an attribute value has been successfully synchronized, or has failed to be synchronized. More...

#include <StorageObject.hpp>

Public Member Functions

virtual void onSync (const SyncEvent< VirtualDevice > &event) const =0
 Callback for receiving an event when content referred to by an attribute value has been successfully synchronized, or has failed to be synchronized. More...
 
virtual ~SyncCallback ()
 Desctructor.
 

Detailed Description

A syncCallback interface for receiving an event when content referred to by an attribute value has been successfully synchronized, or has failed to be synchronized.

Parameters
<V>the type of AbstractVirtualDevice
See Also
StorageObject::setOnSync(SyncCallback)

Member Function Documentation

virtual void iotdcl::SyncCallback::onSync ( const SyncEvent< VirtualDevice > &  event) const
pure virtual

Callback for receiving an event when content referred to by an attribute value has been successfully synchronized, or has failed to be synchronized.

Parameters
eventsynchronization status

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