Class PvGenEventSink
Observer interface for an observable PvGenParameter object
Inherited Members
Namespace: eBUSDotNet
Assembly: eBUSDotNet.dll
Syntax
public class PvGenEventSink : PvGenEventSinkSwigInterface, IDisposable
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 |
~PvGenEventSink()
Destructor.
Declaration
protected ~PvGenEventSink()
OnParameterUpdate(PvGenParameter)
Callback that is invoked when a feature's value is updated.
Declaration
public virtual void OnParameterUpdate(PvGenParameter aParameter)
Parameters
| Type | Name | Description |
|---|---|---|
| PvGenParameter | aParameter | The feature that was updated. |