Click or drag to resize

EDSRegistration Constructor

Constructs a module/device registration.

Namespace: Demo3D.PLC.Rockwell.Emulator
Assembly: PLC (in PLC.dll) Version: 19.01.00
Syntax
C#
protected EDSRegistration(
	string name,
	string? configurationName,
	EDSInfo? edsInfo,
	EDSMask edsMask,
	IOMapType ioMapType
)

Parameters

name  String
Registration name.
configurationName  String
Configuration name.
edsInfo  EDSInfo
EDSInfo of the module.
edsMask  EDSMask
Mask on EDSInfo.
ioMapType  IOMapType
IOMap type of the device (or 0).
See Also