NodeIsImplementedConfig Property

CVB.Net Documentation
Gets or sets the node that specifies whether a node is implemented in the device or not.

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

public IntegerBaseNode IsImplementedConfig { get; set; }

Property Value

Type: IntegerBaseNode
IConfigurableIntegerNode which states that this node is implemented when unequal zero. for keeping the original AccessMode.
Remarks

Set operation is only possible as long as the GevServer.State is Configuration.
See Also

Reference