Click or drag to resize

ModuleAPI Class

The module emulator scripting API.
Inheritance Hierarchy
SystemObject
  Demo3D.PLCSecondaryBinder
    Demo3D.PLC.Rockwell.Emulator.ModuleEmulatorsModuleAPI

Namespace:  Demo3D.PLC.Rockwell.Emulator.ModuleEmulators
Assembly:  PLC (in PLC.dll) Version: 18.04.00
Syntax
C#
public abstract class ModuleAPI : SecondaryBinder, 
	IUserModuleEmulator

The ModuleAPI type exposes the following members.

Constructors
  NameDescription
Protected methodModuleAPI
Initializes a new instance of the ModuleAPI class
Top
Properties
  NameDescription
Public propertyConfigurationName
The module configuration name.
Public propertyConfigured
True if at least one Assembly ForwardOpen has been received and processed.
Public propertyModuleType
The module type.
Top
Methods
See Also