A class encapsulating events that are propagated by a DAL Instance.
More...
#include <Instance.hpp>
|
| enum | Type { InstanceStateChanged,
ComponentStatusChanged,
DomainInfoChanged,
DeviceActivationStatusChanged
} |
| | An enumeration of the different kinds of events that can occur.
|
| |
A class encapsulating events that are propagated by a DAL Instance.
◆ getComponent()
| Component Audinate::DAL::InstanceEvent::getComponent |
( |
| ) |
const |
|
inline |
Get the component (if any) associated with this event.
Only applies to ComponentStatusChanged events
- Returns
- componenent of the event
◆ getType()
| Type Audinate::DAL::InstanceEvent::getType |
( |
| ) |
const |
|
inline |
Get the event type for this event.
- Returns
- event type
The documentation for this class was generated from the following file: