|
CPP Device Virtualization API Reference for Oracle Internet of Things Cloud Service Client Software Library. Release 21.1.1.0.0-3. E92477-09
|
An event passed to the onChange callback. More...
#include <AbstractVirtualDevice.hpp>
Inheritance diagram for iotdcl::ChangeEvent< V >:Public Member Functions | |
| virtual | ~ChangeEvent () |
| Destructor. | |
Public Member Functions inherited from iotdcl::Event< V > | |
| virtual | ~Event () |
| Destructor. | |
| virtual V * | getVirtualDevice ()=0 |
| Get the virtual device that is the source of the event. More... | |
| virtual NamedValue * | getNamedValue () const =0 |
| Get the name-value pair from the event. More... | |
Protected Member Functions | |
| ChangeEvent (VirtualDevice *vd, NamedValue *value) | |
Protected Member Functions inherited from iotdcl::Event< V > | |
| Event (VirtualDevice *vd, NamedValue *value) | |
Additional Inherited Members | |
Protected Attributes inherited from iotdcl::Event< V > | |
| VirtualDevice * | vd |
| NamedValue * | value |
An event passed to the onChange callback.