Click or drag to resize

DNEConfiguration Constructor

Configuration for Device Network Emulation.

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

Parameters

getModuleEmulatos  FuncIOEntry, IEnumerableIModuleEmulator
A method to get the module emulators for a module.
properties  CIP1Properties
CIP Class 1 properties.
ipc  IPC
IPC for a process that can start CIP 1 IO services.
memoryAllocator  IMemoryXAllocator
Memory allocator.
See Also