DeviceFactoryOpen Method (String)

CVB.Net Documentation
Tries to open a device with the given provider with its default board and port (if applicable).

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

public static Device Open(
	string provider
)

Parameters

provider
Type: SystemString
Name of the device provider.

Return Value

Type: Device
Device object for given provider.
Exceptions

ExceptionCondition
IOExceptionIf the given provider could not be opened.
Remarks

The opened board/port need not necessary be 0 as this depends on the driver configuration!
See Also

Reference