Click or drag to resize

CIPObjectObjectInstanceMissingClassFirstChance 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: 18.03.00
Syntax
C#
public virtual bool MissingClassFirstChance(
	ClassID classId
)

Parameters

classId
Type: Demo3D.PLC.Comms.CIPClassID
The class id of the missing node.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Demo3D.PLC.Comms.CIP.Nodes.CIPObject.ObjectInstance.MissingClassFirstChance(Demo3D.PLC.Comms.CIP.ClassID)"]

See Also