Click or drag to resize

DNEConfiguration Constructor

Configuration for Device Network Emulation.

Namespace:  Demo3D.PLC.Rockwell.Emulator.DeviceEmulators
Assembly:  PLC (in PLC.dll) Version: 18.04.00
Syntax
C#
public DNEConfiguration(
	Func<IOEntry, IEnumerable<IModuleEmulator>> getModuleEmulatos,
	CIP1Properties properties,
	IPC? ipc,
	IMemoryXAllocator memoryAllocator
)

Parameters

getModuleEmulatos
Type: SystemFuncIOEntry, IEnumerableIModuleEmulator
A method to get the module emulators for a module.
properties
Type: Demo3D.PLC.Rockwell.Comms.CIPCIP1Properties
CIP Class 1 properties.
ipc
Type: IPC
IPC for a process that can start CIP 1 IO services.
memoryAllocator
Type: IMemoryXAllocator
Memory allocator.
See Also