Click or drag to resize

DeviceDefinitionIncludeModule Method

Decide whether to include the module in the emulation.

Namespace:  Demo3D.PLC.Rockwell.Emulator.DeviceEmulators
Assembly:  PLC (in PLC.dll) Version: 18.04.00
Syntax
C#
public virtual bool? IncludeModule(
	IOEntry moduleEntry,
	IComponentLogger? logger
)

Parameters

moduleEntry
Type: Demo3D.PLC.Rockwell.Comms.CIPIOEntry
The module.
logger
Type: Demo3D.CommonIComponentLogger
Component logger.

Return Value

Type: NullableBoolean
True/false to configure module or not, or null to configure only if bound.
See Also