Click or drag to resize

ILinkPeercfgDependentNodeNames Property

List of the attach node names, which this module doesn't own, but wants to align the state with.

Namespace:  KASAPIv2
Assembly:  KAS-API-v2 (in KAS-API-v2.dll) Version: KAS API v2
Syntax
C#
string[] cfgDependentNodeNames { get; }
Request Example View Source

Property Value

Type: String
The list of the node names. It's never null.
Remarks

The module will track the nodes and will adjust its state as those nodes were owned by the module. However, this module will never change the mode of those nodes. This can be used to lock or block the peer modules that control the different primary nodes, but need to cooperate with the other similar modules on the part. This setting allows defining a group of peer modules which only allow linking of a single module at the time.

Note, that the part's cfgAttachNodeName is not present in this list by default. The implementation should explicitly check for the primary node, or the config must take care of it.

See Also