DeviceFactoryDiscover Method (DiscoveryInformation)

CVB.Net Documentation
Discovers available nodes starting on the 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
)

Parameters

info
Type: Stemmer.Cvb.DriverDiscoveryInformation
Start level and parameter set for query.

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