Click or drag to resize

DeviceDefinitionInstall Method (String, IOMapType, EDSInfo, EDSMask, DeviceDefinition)

Registers a device definition for a device given the specified EDS info and 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,
	EDSInfo? edsInfo,
	EDSMask edsMask,
	DeviceDefinition deviceDefinition
)

Parameters

name
Type: SystemString
Device definition name.
ioMapType
Type: Demo3D.PLC.Rockwell.Comms.CIPIOMapType
The IO Map type.
edsInfo
Type: Demo3D.PLC.Comms.CPFEDSInfo
The EDS info for the device (or null to match all).
edsMask
Type: Demo3D.PLC.Comms.CPFEDSMask
EDS mask to match.
deviceDefinition
Type: Demo3D.PLC.Rockwell.Emulator.DeviceEmulatorsDeviceDefinition
The device definition.

Return Value

Type: IDisposable
An uninstaller.
See Also