Click or drag to resize

IModuleEmulator Interface

Represents an emulator for a module.

Namespace:  Demo3D.PLC.Comms.CIP
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public interface IModuleEmulator : IDisposable

The IModuleEmulator type exposes the following members.

Methods
  NameDescription
Public methodGetCommsEvents
Description of events that are called by the high level PLC comms driver (or null).
Public methodGetEmulatorEvents
Description of events that are called by the low level emulator (or null).
Top
See Also