Click or drag to resize

CIPObjectObjectClassMissingInstanceFirstChanceFunc 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<uint, bool>? MissingInstanceFirstChanceFunc { get; set; }

Property Value

Type: FuncUInt32, Boolean
See Also