Pleora Technologies Inc. eBUS SDK v7.0.1.7536 API



Loading...
Searching...
No Matches
PvSystemEventSink.h
1// *****************************************************************************
2//
3// Copyright (c) 2013, Pleora Technologies Inc., All rights reserved.
4//
5// *****************************************************************************
6
7#ifndef __PVSYSTEMEVENTSINK_H__
8#define __PVSYSTEMEVENTSINK_H__
9
10#include <PvSystemLib.h>
11
12
13class PvInterface;
14class PvDeviceInfo;
15
16
39class PV_SYSTEM_API PvSystemEventSink
40{
41public:
42
47
51 virtual ~PvSystemEventSink();
52
68 virtual void OnDeviceFound(
69 const PvInterface *aInterface, const PvDeviceInfo *aDeviceInfo,
70 bool &aIgnore );
71
72};
73
74#endif
Information identifying a device.
Definition PvDeviceInfo.h:27
Represents one interface (network adapter or USB host controller) on a system (the PC)
Definition PvInterface.h:33
Observer interface for an observable PvSystem object.
Definition PvSystemEventSink.h:40

Copyright (c) 2002-2026 Pleora Technologies Inc.
www.pleora.com