Class PvSystemEventSink
Observer interface for an observable PvSystem object
Implements
Inherited Members
Namespace: eBUSDotNet
Assembly: eBUSDotNet.dll
Syntax
public class PvSystemEventSink : IDisposable
Constructors
View SourcePvSystemEventSink()
Constructor.
Declaration
public PvSystemEventSink()
Fields
View SourceswigCMemOwn
Determines who is responsible for deleting the underlying C++ object.
Declaration
protected bool swigCMemOwn
Field Value
| Type | Description |
|---|---|
| bool |
Methods
View SourceDispose()
Dispose.
Declaration
public void Dispose()
Dispose(bool)
Dispose
Declaration
protected virtual void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing |
~PvSystemEventSink()
Destructor.
Declaration
protected ~PvSystemEventSink()
OnDeviceFound(PvInterface, PvDeviceInfo, out bool)
Filter found devices.
Declaration
public virtual void OnDeviceFound(PvInterface aInterface, PvDeviceInfo aDeviceInfo, out bool aIgnore)
Parameters
| Type | Name | Description |
|---|---|---|
| PvInterface | aInterface | A pointer to the interface on which the device was found. |
| PvDeviceInfo | aDeviceInfo | A pointer to the connectivity information for the found device. |
| bool | aIgnore | True to treat the device as if it wasn't found; otherwise, false. |