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::ErrorCallback Class Referenceabstract

A callback interface for errors in delivery of messages. More...

#include <AbstractVirtualDevice.hpp>

Public Member Functions

virtual void onError (const ErrorEvent< VirtualDevice > &event) const =0
 Notify that an error occured when attempting to deliver messages to the server. More...
 

Detailed Description

A callback interface for errors in delivery of messages.

Member Function Documentation

virtual void iotdcl::ErrorCallback::onError ( const ErrorEvent< VirtualDevice > &  event) const
pure virtual

Notify that an error occured when attempting to deliver messages to the server.

This callback indicates that the messages have not been delivered to the server and are no longer queued.

Parameters
eventthe messages that were not delivered
See Also
iotcs::ErrorEvent

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