DiscoveryInformation Structure

CVB.Net Documentation
Stores information on a discovered device/node.

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

public struct DiscoveryInformation : IEnumerable<KeyValuePair<DiscoveryProperties, string>>, 
	IEnumerable

The DiscoveryInformation type exposes the following members.

Properties

  NameDescription
Public propertyAccessToken
The access token for opening the device/node.
Public propertyDiscoveryLayer
Gets the highest ModuleLayer in this discovery information.
Public propertyIndex
Gets the index of this element in the Parent list.
Public propertyItem
Gets the value of the information property with the given id.
Public propertyParent
Gets the parent list.
Top
Methods

  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetEnumerator
Gets the typed enumerator for the available information properties.
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetGenApiFeature
Sets a GenICam GenApi feature to be set with a new Discover(DiscoveryInformation) run or while opening a Device via this information.
Public methodSetParameter
Sets a custom GenTL Producer dependent parameter.
Public methodToString
Gets the access token as a string representation.
(Overrides ValueTypeToString.)
Public methodTryGetProperty
Tries to get the value of the information property with the given id.
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
Gets the untyped enumerator for the available information properties.
Top
See Also

Reference