DNEConfiguration Constructor |
Configuration for Device Network Emulation.
Namespace: Demo3D.PLC.Rockwell.Emulator.DeviceEmulatorsAssembly: PLC (in PLC.dll) Version: 19.01.00
Syntaxpublic 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