DeviceFactoryDiscover Method (DiscoveryInformation, DiscoverFlags)

CVB.Net Documentation
Discovers available nodes starting on level of the given discover info with a default time span of 300ms.

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

public static DiscoveryInformationList Discover(
	DiscoveryInformation info,
	DiscoverFlags flags
)

Parameters

info
Type: Stemmer.Cvb.DriverDiscoveryInformation
Start level and parameter set for query.
flags
Type: Stemmer.CvbDiscoverFlags
Discovery control flags.

Return Value

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

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

Reference