PeripheralParameterClassFindParameters Method |
Returns the parameter database for a specified port.
Namespace:
Demo3D.PLC.Rockwell.Comms.CIP.Nodes
Assembly:
PLC (in PLC.dll) Version: 18.04.00
Syntaxpublic 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:
IAttributeDatabaseThe parameter database, or null if not found.
See Also