Click or drag to resize

CIPObjectObjectClassMissingInstanceFirstChance 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: 15.0.2.11458
Syntax
C#
public virtual bool MissingInstanceFirstChance(
	uint instanceId
)

Parameters

instanceId
Type: SystemUInt32
The id of the missing node.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Demo3D.PLC.Comms.CIP.Nodes.CIPObject.ObjectClass.MissingInstanceFirstChance(System.UInt32)"]

See Also