Click or drag to resize

DriverProfileCreateDeviceEmulator Method

Create a device emulator.

Namespace:  Demo3D.PLC.Rockwell.Emulator
Assembly:  PLC (in PLC.dll) Version: 14.0.0.10531
Syntax
C#
public virtual DeviceEmulator? CreateDeviceEmulator(
	IOMapEntry ioMapEntry
)

Parameters

ioMapEntry
Type: Demo3D.PLC.Rockwell.Comms.CIPIOMapEntry
IO Map entry for device.

Return Value

Type: DeviceEmulator
Device emulator.
See Also