Click or drag to resize

DeviceDefinitionInstall Method (String, IOMapType, DeviceDefinition)

Registers a device definition for a device given the specified IOMapType.

Namespace:  Demo3D.PLC.Rockwell.Emulator.DeviceEmulators
Assembly:  PLC (in PLC.dll) Version: 18.04.00
Syntax
C#
public static IDisposable Install(
	string name,
	IOMapType ioMapType,
	DeviceDefinition deviceDefinition
)

Parameters

name
Type: SystemString
Device emulator name.
ioMapType
Type: Demo3D.PLC.Rockwell.Comms.CIPIOMapType
The IO Map type.
deviceDefinition
Type: Demo3D.PLC.Rockwell.Emulator.DeviceEmulatorsDeviceDefinition
The device definition.

Return Value

Type: IDisposable
An uninstaller.
See Also