CommandNodeCommandConfig Property

CVB.Net Documentation
Gets and sets the command value configuration of this command node.

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

public ValueVariant<IntegerBaseNode, long> CommandConfig { get; set; }

Property Value

Type: ValueVariantIntegerBaseNode, Int64
Remarks

This defines whether this command stores the command value or the value is referenced to another node.

Set operation is only possible as long as the GevServer is in ConfigurationState.

See Also

Reference