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
Syntaxpublic virtual DeviceDefinition? FindModuleDefinition(
IOEntry moduleEntry
)
Parameters
- moduleEntry
- Type: Demo3D.PLC.Rockwell.Comms.CIPIOEntry
The IOEntry of the module.
Return Value
Type:
DeviceDefinitionThe module definition (or null to look the module up in the standard DeviceEmulator registry).
See Also