CIPObjectObjectInstance Constructor (ClassID, UInt32) |
Constructs an ObjectInstance with class and instance ids.
Namespace:
Demo3D.PLC.Comms.CIP.Nodes
Assembly:
PLC (in PLC.dll) Version: 18.03.00
Syntaxpublic ObjectInstance(
ClassID classId,
uint instanceId
)
Parameters
- classId
- Type: Demo3D.PLC.Comms.CIPClassID
Class id. - instanceId
- Type: SystemUInt32
Instance id.
See Also