DeviceFactoryDiscover Method (DiscoverFlags, TimeSpan)

CVB.Net Documentation
Discovers available devices/nodes depending on the given flags.

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

public static DiscoveryInformationList Discover(
	DiscoverFlags flags,
	TimeSpan waitTime
)

Parameters

flags
Type: Stemmer.CvbDiscoverFlags
Discovery control flags.
waitTime
Type: SystemTimeSpan
Time to wait for discovery answers from devices.

Return Value

Type: DiscoveryInformationList
The list of found devices/nodes.
Remarks

This method does not throw a TimeoutException if waitTime is exceeded: it just waits for the given time span. If a device answers after this span it is not in the returned list.
See Also

Reference