Class PvCameraBridgeEventSink
Event sink interface for PvCameraBridge events.
Implements
Inherited Members
Namespace: eBUSDotNetReceive
Assembly: eBUSDotNetReceive.dll
Syntax
public class PvCameraBridgeEventSink : IDisposable
Remarks
Inherit from this class to receive notifications from PvCameraBridge.
Constructors
View SourcePvCameraBridgeEventSink()
Constructor.
Declaration
public PvCameraBridgeEventSink()
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 |
~PvCameraBridgeEventSink()
Destructor.
Declaration
protected ~PvCameraBridgeEventSink()
OnError(string)
Called when an error occurs.
Declaration
public virtual void OnError(string aMessage)
Parameters
| Type | Name | Description |
|---|---|---|
| string | aMessage | The error message. |
OnSetParameter(string, string)
Called when a parameter is set on the camera.
Declaration
public virtual PvResult OnSetParameter(string aName, string aValue)
Parameters
| Type | Name | Description |
|---|---|---|
| string | aName | The parameter name. |
| string | aValue | The parameter value. |
Returns
| Type | Description |
|---|---|
| PvResult | Result of handling the parameter set. |