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: 19.00.00
Syntax
C#
public Func<ClassID, bool>? MissingClassFirstChanceFunc { get; set; }

Property Value

FuncClassID, Boolean
See Also