CVB.Net 14.0
NotifyObservable Class Reference

Single notify event observable. More...

Inherits DeviceInterfaceBase, and INotifyObservable.

Public Member Functions

void Dispose ()
 Disposes of this object immediately.
 
- Public Member Functions inherited from DeviceInterfaceBase
 DeviceInterfaceBase (Device device)
 Ctor. More...
 

Package Functions

 NotifyObservable (Device parent, int eventIndex)
 Ctor. More...
 

Properties

string Description [get]
 The identifier of this event.
 
bool IsAvailable [get]
 Gets whether the current device can actually handle this event.
 
int ID [get]
 Native ID.
 
EventHandler< NotifyEventArgsEvent
 The event to register.
 
- Properties inherited from DeviceInterfaceBase
Device Parent [get]
 The Device this interface works on.
 
- Properties inherited from IDeviceInterface
Device Parent [get]
 The Device this interface works on.
 
- Properties inherited from INotifyObservable
string Description [get]
 Descriptive text of this event.
 
int ID [get]
 The native identifier of this event.
 
bool IsAvailable [get]
 Gets whether this event can be currently registered.
 

Additional Inherited Members

- Events inherited from INotifyObservable
EventHandler< NotifyEventArgsEvent
 Fired when this observable has a notification.
 

Detailed Description

Single notify event observable.

Constructor & Destructor Documentation

◆ NotifyObservable()

NotifyObservable ( Device  parent,
int  eventIndex 
)
package

Ctor.

Parameters
parentParent device.
eventIndexIndex of the notify event.