Click or drag to resize

PeripheralParameterClassFindParameters Method

Returns the parameter database 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 IAttributeDatabase? FindParameters(
	CIPObject cipObject,
	ushort port
)

Parameters

cipObject
Type: Demo3D.PLC.Comms.CIP.NodesCIPObject
The message router.
port
Type: SystemUInt16
The peripheral port (or 0 for the drive host).

Return Value

Type: IAttributeDatabase
The parameter database, or null if not found.
See Also