Click or drag to resize

ModuleEmulator Class

Represents a module emulator.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Rockwell.EmulatorModuleEmulator

Namespace:  Demo3D.PLC.Rockwell.Emulator
Assembly:  PLC (in PLC.dll) Version: 14.0.0.10531
Syntax
C#
public sealed class ModuleEmulator : ISymbolEmulator, 
	IConstructEmulator, IProcessOutputs, IComputeInputs, IDisposable

The ModuleEmulator type exposes the following members.

Methods
  NameDescription
Public methodComputeInputs
Immediately compute inputs.
Public methodStatic memberInstall
Installs a ModuleEmulator for a specified EDSInfo and connection point.
Public methodProcessOutputs
Immediately process output.
Top
Events
  NameDescription
Public eventStatic memberOnModuleEmulatorInstalled
Occurs when a new ModuleEmulator is installed.
Public eventStatic memberOnModuleEmulatorUninstalled
Occurs when a ModuleEmulator is uninstalled.
Top
See Also