Click or drag to resize

CIPObjectObjectInstanceMissingClassFirstChanceFunc Property

First chance to intercept a missing node. Passes the id of the 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 Func<ClassID, bool>? MissingClassFirstChanceFunc { get; set; }

Property Value

Type: FuncClassID, Boolean
See Also