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
Syntaxpublic Func<uint, bool>? MissingInstanceFirstChanceFunc { get; set; }Property Value
Type:
FuncUInt32,
Boolean
See Also