CIPObjectObjectClassMissingInstanceFirstChance Method |
First chance to intercept a 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 virtual bool MissingInstanceFirstChance(
uint instanceId
)
Parameters
- instanceId UInt32
- The id of the missing node.
Return Value
Boolean[Missing <returns> documentation for "M:Demo3D.PLC.Comms.CIP.Nodes.CIPObject.ObjectClass.MissingInstanceFirstChance(System.UInt32)"]
See Also