ItalaApi  1.3.3
Public Member Functions | List of all members
Itala::DeviceEventHandler Struct Reference

Public Member Functions

virtual void OnDeviceEvent (uint64_t eventId)
 

Detailed Description

Abstract for handling events coming from the device. This class must be overridden by the user. This way the user-defined OnDeviceEvent method is called when an event arrives.

Member Function Documentation

◆ OnDeviceEvent()

virtual void Itala::DeviceEventHandler::OnDeviceEvent ( uint64_t  eventId)
virtual

This pure virtual method must be overriden by the user class implementing the interface. The event ID is provided to allow the user to identify the event itself. The device NodeMap is also automatically updated with the event data.


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