DeviceDefinitionFindModuleDefinition Method |
Find the device definition for a module in a backplane device.
Namespace:
Demo3D.PLC.Rockwell.Emulator
Assembly:
PLC (in PLC.dll) Version: 17.00.05
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