INotifyObservable Interface

CVB.Net Documentation
Observable of of the INotify interface.

Namespace:  Stemmer.Cvb.Driver
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public interface INotifyObservable : IDeviceInterface, 
	IDisposable

The INotifyObservable type exposes the following members.

Properties

  NameDescription
Public propertyDescription
Descriptive text of this event.
Public propertyID
The native identifier of this event.
Public propertyIsAvailable
Gets whether this event can be currently registered.
Public propertyParent
The Device this interface works on.
(Inherited from IDeviceInterface.)
Top
Methods

  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
Events

  NameDescription
Public eventEvent
Fired when this observable has a notification.
Top
See Also

Reference