IConfigurableRegisterNodeAddressNodes Property

CVB.Net Documentation
Gets the collection of nodes which define the nodes address.

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

ICollection<IConfigurableIntegerBaseNode> AddressNodes { get; }

Property Value

Type: ICollectionIConfigurableIntegerBaseNode
Collection containing all address nodes.
Remarks

This collection does not contain the address constant from the creation of the node; only the additional nodes for dynamic addresses. The Address property is the sum of the initial address constant and the current values of the nodes of this collection.

Change is only possible as long as the GevServer.State is Configuration.

See Also

Reference