Read-only collection containing all INotify events of a Device. More...
Inherits ReadOnlyDictionaryBase< int, INotifyObservable >, and IDisposable.
Public Member Functions | |
void | Dispose () |
Disposes | |
Public Member Functions inherited from ReadOnlyDictionaryBase< int, INotifyObservable > | |
virtual bool | ContainsKey (TKey key) |
Determines whether the key is in this collection. More... | |
virtual bool | TryGetValue (TKey key, out TValue value) |
Retrieves the value that is associated with the specific key . More... | |
Static Public Attributes | |
const int | DeviceDisconnected = 2 |
Device was disconnected (communication lost). | |
const int | DeviceReconnect = 3 |
Device was reconnected (communication regained). | |
const int | DeviceImageGeometryChanged = 4 |
Device width, height, plane number, and/or data type changed. | |
const int | NewMetaData = 5 |
New meta data arrived. | |
Additional Inherited Members | |
Protected Member Functions inherited from ReadOnlyDictionaryBase< int, INotifyObservable > | |
ReadOnlyDictionaryBase (IDictionary< TKey, TValue > dictionary) | |
Creates a new ReadOnlyDictionary wrapping the given dictionary . More... | |
virtual bool | Contains (KeyValuePair< TKey, TValue > item) |
Determines whether the item is in this collection. More... | |
virtual void | CopyTo (KeyValuePair< TKey, TValue >[] array, int arrayIndex) |
Copies the entire collection to a compatible one-dimensional array , starting at the specified arrayIndex . More... | |
virtual IEnumerator< KeyValuePair< TKey, TValue > > | GetEnumerator () |
Returns an enumerator that iterates through this collection. More... | |
Properties inherited from ReadOnlyDictionaryBase< int, INotifyObservable > | |
IDictionary< TKey, TValue > | Dictionary [get] |
Gets the wrapped dictionary. | |
virtual TValue | this[TKey key] [get] |
Gets the element that has the specified key . More... | |
int | Count [get] |
Gets the number of items in the dictionary. | |
virtual ICollection< TKey > | Keys [get] |
Gets a read-only collection of all keys in this dictionary. | |
virtual ICollection< TValue > | Values [get] |
Gets a read-only collection of all values in this dictionary. | |
Read-only collection containing all INotify events of a Device.