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.NodesAssembly: PLC (in PLC.dll) Version: 19.00.00
Syntaxpublic Func<ClassID, bool>? MissingClassFirstChanceFunc { get; set; }Property Value
FuncClassID,
Boolean
See Also