Click or drag to resize

ModuleEmulatorReaderLock Structure

Locks the module emulator logic lock and prepares access to read data from the specified device areas.

Namespace:  Demo3D.PLC.Rockwell.Emulator.ModuleEmulators
Assembly:  PLC (in PLC.dll) Version: 18.03.00
Syntax
C#
public readonly struct ReaderLock : IDisposable

The ModuleEmulatorReaderLock type exposes the following members.

Constructors
  NameDescription
Public methodModuleEmulatorReaderLock
Locks the module emulator logic lock and copies data into the module emulator from the device.
Top
Methods
  NameDescription
Public methodDispose
Unlocks the logic lock.
Top
See Also