Click or drag to resize

CIPObjectMissingNodeFirstChance Method

First chance to intercept a missing node. Return true to indicate that we added a node.

Namespace:  Demo3D.PLC.Comms.CIP.Nodes
Assembly:  PLC (in PLC.dll) Version: 14.0.0.10531
Syntax
C#
public virtual bool MissingNodeFirstChance(
	EPATHLogicalPath route
)

Parameters

route
Type: Demo3D.PLC.Comms.CIPEPATHLogicalPath

[Missing <param name="route"/> documentation for "M:Demo3D.PLC.Comms.CIP.Nodes.CIPObject.MissingNodeFirstChance(Demo3D.PLC.Comms.CIP.EPATH.LogicalPath)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Demo3D.PLC.Comms.CIP.Nodes.CIPObject.MissingNodeFirstChance(Demo3D.PLC.Comms.CIP.EPATH.LogicalPath)"]

See Also