DeviceFactoryGetOpenDeviceSnapshot Method

CVB.Net Documentation
Gets all currently opened devices.

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

public static IEnumerable<Device> GetOpenDeviceSnapshot()

Return Value

Type: IEnumerableDevice
All open, non-disposed Devices, available at the time the method was called.
See Also

Reference