Click or drag to resize

PeripheralParameterClassClassInstanceId Method

Returns the instance id of the parameter class for a specified port.

Namespace:  Demo3D.PLC.Rockwell.Comms.CIP.Nodes
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public static ushort ClassInstanceId(
	ushort port
)

Parameters

port
Type: SystemUInt16
The peripheral port (or 0 for the drive host).

Return Value

Type: UInt16
The parameter class instance id.
See Also