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