Click or drag to resize

ICIPNodeSetInstance Method

Set the node id.

Namespace:  Demo3D.PLC.Comms.CIP.Nodes
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
void SetInstance(
	ClassID classId,
	uint instanceId
)

Parameters

classId
Type: Demo3D.PLC.Comms.CIPClassID
Class id.
instanceId
Type: SystemUInt32
Instance id (0 for a class).
See Also