EDSRegistration Constructor |
Constructs a module/device registration.
Namespace: Demo3D.PLC.Rockwell.EmulatorAssembly: PLC (in PLC.dll) Version: 19.01.00
Syntaxprotected 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