Click or drag to resize

EDSRegistration Class

A registration of a device/module emulators.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Rockwell.EmulatorEDSRegistration

Namespace: Demo3D.PLC.Rockwell.Emulator
Assembly: PLC (in PLC.dll) Version: 19.01.00
Syntax
C#
public class EDSRegistration : IDisposable

The EDSRegistration type exposes the following members.

Constructors
 NameDescription
Protected methodEDSRegistration Constructs a module/device registration.
Top
Properties
 NameDescription
Public propertyConfigurationName Registration configuration/description.
Public propertyEdsInfo EDSInfo of the device/module.
Public propertyEdsMask Mask on EDSInfo.
Public propertyIoMapType IOMap type of te device (or 0).
Public propertyName Registration name.
Top
Methods
 NameDescription
Public methodDispose Disposes and uninstalls device/module registration.
Protected methodShouldClear Return true if the registration is for a user type.
Protected methodUnregistered Registration was unregistered.
Top
Events
 NameDescription
Public eventOnDisposed Occurs when Dispose is called.
Top
See Also