Click or drag to resize

DeviceDefinitionFindModuleDefinition Method

Find the device definition for a module in a backplane device.

Namespace:  Demo3D.PLC.Rockwell.Emulator.DeviceEmulators
Assembly:  PLC (in PLC.dll) Version: 18.04.00
Syntax
C#
public virtual DeviceDefinition? FindModuleDefinition(
	IOEntry moduleEntry
)

Parameters

moduleEntry
Type: Demo3D.PLC.Rockwell.Comms.CIPIOEntry
The IOEntry of the module.

Return Value

Type: DeviceDefinition
The module definition (or null to look the module up in the standard DeviceEmulator registry).
See Also