DeviceFactoryTryOpen Method (DiscoveryInformation, Device)

CVB.Net Documentation
Tries to open a device with the given discovery info.

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

public static bool TryOpen(
	DiscoveryInformation info,
	out Device device
)

Parameters

info
Type: Stemmer.Cvb.DriverDiscoveryInformation
Discovery information.
device
Type: Stemmer.CvbDevice
Device object on success; null on failure.

Return Value

Type: Boolean
true on success; false on failure.
See Also

Reference